@charset "utf-8";

/**common**/
body,
div,
dl,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
blockquote,
p {
	padding: 0;
	margin: 0;
}

table,
td,
tr,
th {
	font-size: 14px;
}

ol,
ul {
	list-style: none;
}

li {
	list-style-type: none;
}

img {
	vertical-align: top;
	border: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: inherit;
	font-weight: normal;
}
.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 20px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid #eee;
    border-radius: 4px;
    /* margin-top: 20px; */
}
.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
    margin-top: 20px;
}
.modal-footer .btn+.btn {
    margin-left: 20px;
}
address,
cite,
code,
em,
th,
i {
	font-weight: normal;
	font-style: normal;
}

.clear {
	*zoom: 1;
}

.clear:after {
	display: block;
	overflow: hidden;
	clear: both;
	height: 0;
	visibility: hidden;
	content: ".";
}

a {
	text-decoration: none;
	color: #333333;
}

a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

a:active {
	text-decoration: none;
}

.fl {
	float: left;
}

.fr {
	float: right;
}
.shj_stuan_item_height ul li {
    display: inline-block;
    width: 25%;
    padding-left: 17px;
    padding-right: 17px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    margin-bottom: 25px;
}
@font-face {
	font-family: Helvetica33;
	/**定义font的名字**/
	src: url(../font/Helvetica33.OTF);
	/**引入字体文件**/
}

.rsContainer {
	position: relative;
	width: 100%;
	height: 100%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.rsSlide {
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: absolute;
	left: 0;
	top: 0;
}

.fullWidth {
	width: 100%;
	max-height: 620px;
	overflow: hidden;
	margin: 0 auto;
	background-color: #f0f0f0;
}

#full-width-slider {
	width: 100%;
	color: #000;
}

.royalSlider {
	position: relative;
	direction: ltr;
}

.royalSlider>* {
	float: left;
}

.royalSlider.rsFullscreen {
	position: fixed !important;
	height: auto !important;
	width: auto !important;
	margin: 0 !important;
	padding: 0 !important;
	z-index: 2147483647 !important;
	top: 0 !important;
	left: 0 !important;
	bottom: 0 !important;
	right: 0 !important;
}

.royalSlider .rsSlide.rsFakePreloader {
	opacity: 1 !important;
	-webkit-transition: 0s;
	-moz-transition: 0s;
	-o-transition: 0s;
	transition: 0s;
	display: none;
}

.royalSlider.rsAutoHeight,
.rsAutoHeight .rsSlide {
	height: auto;
}

.rsContent {
	width: 100%;
	height: 100%;
	position: relative;
}

img.rsImg {
	max-width: none;
}

.rsMinW,
.rsMinW .rsOverflow,
.rsMinW .rsSlide,
.rsMinW .rsVideoFrameHolder,
.rsMinW .rsThumbs {
	color: #fff;
}

/*回到顶部*/
.Totop {
	width: 40px;
	height: 40px;
	overflow: hidden;
	margin: 0;
	padding: 0;
	position: fixed;
	right: 20px;
	bottom: 60px;
	z-index: 99999;
}

.Totop a {
	display: block;
	width: 38px;
	height: 38px;
	overflow: hidden;
	margin: 0;
	padding: 0;
	border: 1px solid #ccc;
	border-radius: 3px;
	background: #fff url(../images/tp_tb1.png) center center no-repeat;
}

.Totop a:hover {
	border: 1px solid #212121;
	background: #212121 url(../images/tp_tb2.png) center center no-repeat;
}

/* .tel { */
	/* float: right; */
	/* background: url(../images/tel.jpg) no-repeat left center; */
	/* background-size: contain; */
	/* margin: 9px 0; */
	/* padding-left: 63px; */
	/* margin-top:40px */
/* } */
.tel {
    float: right;
    background: url(../images/tel.jpg) no-repeat left center;
    background-size: contain;
    margin: 9px 0;
    margin-top: 30px;
}
.tel span {
	display: block;
}
.tel .a {
    font-size: 20px;
    color: #666;
    line-height: 27px;
    letter-spacing: 6px;
    margin-left: 65px;
}
/* .tel .a { */
	/* font-size: 20px; */
	/* color: #666; */
	/* line-height: 27px; */
	/* letter-spacing: 6px; */
	/* margin-left: 5px; */
/* } */

/* .tel .b { */
	/* font-size: 30px; */
	/* color: #fbd301; */
	/* font-family: Arial; */
	/* line-height: 30px; */
	/* margin-top: 4px; */
/* } */
.tel .b {
    font-size: 26px;
    color: #fbd301;
    font-family: Arial;
    line-height: 30px;
    margin-top: 4px;
    margin-left: 65px;
}
@media screen and (min-width:1200px) {

	/**top**/
	.ly_top {
		width: 100%;
		/* height: 80px; */
		overflow: hidden;
		margin: 0 auto;
		padding: 20px 0;
		border-bottom: 1px solid #e5e5e5;
	}

	.ly_top .top_main {
		width: 1200px;
		height: 140px;
		overflow: hidden;
		margin: 0 auto;
		padding: 0;
	}

	.top_main .ly_logo {
		overflow: hidden;
		margin: 0;
		padding: 0;
		float: left;
	}

	.top_main .top_r {
		float: right;
		height: 44px;
		overflow: hidden;
		margin: 0 0 0 16px;
		padding: 18px 0;
	}

	.top_r div {
		display: block;
	}

	.top_r div img {
		display: block;
		width: 44px;
		height: 44px;
		overflow: hidden;
		margin: 0 8px 0 0;
		padding: 0;
		float: left;
	}

	.top_r div .r_text {
		height: 44px;
		overflow: hidden;
		margin: 0;
		padding: 0;
	}

	.r_text h3 {
		color: #7d8488;
		font-size: 16px;
		font-weight: bold;
		margin: 0 0 8px;
		padding: 0;
	}

	.r_text p {
		color: #fbd301;
		font-size: 14px;
		font-family: "Arial";
		margin: 0;
		padding: 0;
	}

	/**nav**/
	.ly_nav {
		width: 1200px;
		height: 50px;
		margin: 0 auto;
		padding: 0;
		position: relative;
	}

	.nav {
		width: 1200px;
		height: 50px;
		margin: 0 auto;
	}

	.nav_item {
		float: left;
		position: relative;
	}

	.nav_item>a {
		display: block;
		padding: 0 30px;
		line-height: 50px;
		font-size: 18px;
		color: #333333;
		-webkit-transition: all .4s;
		transition: all .4s;
	}

	.nav_item>a:hover,
	.nav_item>a.navon {
		height: 48px;
		font-weight: bold;
		border-bottom: 2px solid #fbd301;
		color: #fbd301;
	}

	.menu_open {
		display: none;
	}

	.nav_item_open {
		width: 100%;
		height: auto;
		position: absolute;
		left: 0;
		top: 100%;
		z-index: 10;
		box-shadow: 0 4px 8px 0 rgba(0, 12, 49, 0.1);
		background: #fff;
		border-radius: 0 0 2px 2px;
		opacity: 0;
		visibility: hidden;
		-webkit-transform: translateY(34px);
		transform: translateY(34px);
		-webkit-transition: all .4s;
		transition: all .4s;
		overflow: hidden;
	}

	.nav_item:hover .nav_item_open {
		visibility: visible;
		opacity: 1;
		-webkit-transform: translateY(0px);
		transform: translateY(0px);
	}

	.subopen {
		display: none;
	}

	.nav_item2 {
		width: 100%;
		line-height: 40px;
	}

	.nav_item2 a {
		display: block;
		padding: 0 10px;
		color: #666;
		font-size: 14px;
		white-space: nowrap;
		text-align: center;
	}

	.nav_item2:hover a {
		background: #fbd301;
		color: #fff;
	}

	.hcover {
		display: none;
	}

	/**search**/
	.ly_search {
		width: 240px;
		height: 34px;
		overflow: hidden;
		margin: 0;
		padding: 0;
		position: absolute;
		top: 8px;
		right: 0;
	}

	.ly_search .sc_ipt {
		width: 170px;
		height: 30px;
		overflow: hidden;
		margin: 0;
		padding: 2px 11px;
		background-color: #f4f4f4;
		border-radius: 2px 0 0 2px;
		float: left;
	}

	.ly_search .sc_btn {
		width: 48px;
		height: 34px;
		overflow: hidden;
		margin: 0;
		padding: 0;
		background-color: #fbd301;
		border-radius: 0 2px 2px 0;
	}

	.sc_ipt input {
		display: block;
		width: 100%;
		height: 30px;
		overflow: hidden;
		line-height: 30px;
		color: #666;
		font-size: 16px;
		border: none;
		outline: none;
		background: none;
	}

	.sc_btn input {
		display: block;
		width: 100%;
		height: 34px;
		background: url(../images/sc_btn1.png) center center no-repeat;
		border: none;
		outline: none;
	}

	/**banner**/
	.rsMinW .rsArrow {
		display: block;
		width: 50px;
		height: 50px;
		margin: -20px 0 0;
		position: absolute;
		cursor: pointer;
		z-index: 21;
	}

	.rsMinW .rsArrowLeft {
		left: 10px;
		top: 50%;
	}

	.rsMinW .rsArrowRight {
		right: 10px;
		top: 50%;
	}

	.rsMinW .rsArrowIcn {
		width: 50px;
		height: 50px;
		margin: 0;
		position: absolute;
		cursor: pointer;
		background: url('../images/rs-minimal-white.png') no-repeat;
	}

	.rsMinW .rsArrowIcn:hover {}

	.rsMinW.rsHor .rsArrowLeft .rsArrowIcn {
		background-position: 0 0;
	}

	.rsMinW.rsHor .rsArrowRight .rsArrowIcn {
		background-position: -50px 0;
	}

	.rsMinW.rsHor .rsArrowLeft .rsArrowIcn:hover {
		background-position: 0 -50px;
	}

	.rsMinW.rsHor .rsArrowRight .rsArrowIcn:hover {
		background-position: -50px -50px;
	}

	.rsMinW .rsBullets {
		width: 100%;
		height: auto;
		overflow: hidden;
		position: absolute;
		bottom: 15px;
		left: 0;
		z-index: 35;
		text-align: center;
	}

	.rsMinW .rsBullet {
		display: inline-block;
		*display: inline;
		width: 40px;
		height: 4px;
		*zoom: 1;
		padding: 4px;
	}

	.rsMinW .rsBullet span {
		display: block;
		width: 40px;
		height: 4px;
		background: rgba(255, 255, 255, 0.5);
	}

	.rsMinW .rsBullet.rsNavSelected span {
		background-color: #fff;
	}

	/**new**/
	.ly_tit {
		width: 1200px;
		overflow: hidden;
		margin: 0 auto 40px;
		padding: 0;
	}

	.ly_tit h5 {
		width: 100%;
		overflow: hidden;
		color: #424a51;
		font-size: 24px;
		text-align: center;
		margin: 0 auto 10px;
		padding: 0;
	}

	.ly_tit span {
		display: block;
		width: 100%;
		overflow: hidden;
		color: #bbb;
		font-size: 16px;
		text-align: center;
		margin: 0 auto;
		padding: 0;
	}

	.ly_tit span font {
		color: #dfdfdf;
	}

	.ly_news {
		width: 1200px;
		margin: 80px auto;
		padding: 0;
	}

	.ly_news .nw_l {
		width: 560px;
		height: 400px;
		margin: 0 40px 0 0;
		padding: 0;
		background-color: #f5f5f5;
		float: left;
	}

	.ly_news .nw_l:hover {
		background-color: #fff;
		box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
	}

	.ly_news .nw_r {
		width: 600px;
		height: 400px;
		margin: 0;
		padding: 0;
		float: right;
	}

	.nw_l .nw_limg {
		width: 560px;
		height: 240px;
		overflow: hidden;
		margin: 0 auto;
		padding: 0;
		position: relative;
	}

	.nw_limg a img {
		display: block;
		max-width: 100%;
		max-height: 100%;
		width: 560px;
		/*margin: auto;*/
		padding: 0;
		position: absolute;
		left: 0;
		top: 0;
		right: 0;
		bottom: 0;
	}

	.nw_l .nw_ltext {
		width: 520px;
		height: 120px;
		overflow: hidden;
		margin: 0 auto;
		padding: 20px;
	}

	.nw_ltext h3 {
		width: 100%;
		height: 20px;
		overflow: hidden;
		line-height: 20px;
		margin: 0 auto;
		padding: 0;
	}

	.nw_ltext h3 a {
		color: #424a51;
		font-size: 16px;
	}

	.nw_ltext h3 a:hover {
		color: #fbd301;
	}

	.nw_ltext p {
		width: 100%;
		height: 44px;
		overflow: hidden;
		line-height: 22px;
		color: #999;
		font-size: 16px;
		text-indent: 2em;
		text-align: justify;
		margin: 16px auto 14px;
		padding: 0;
	}

	.nw_ltext .time_check {
		width: 100%;
		height: 30px;
		overflow: hidden;
		margin: 0 auto;
		padding: 0;
	}

	.time_check span {
		display: block;
		height: 30px;
		overflow: hidden;
		line-height: 30px;
		color: #999;
		font-family: "Arial";
		font-size: 16px;
		float: left;
	}

	.time_check span img {
		display: inline-block;
		vertical-align: middle;
		margin: -4px 4px 0 0;
		padding: 0;
	}

	.time_check a {
		display: block;
		width: 80px;
		height: 30px;
		overflow: hidden;
		line-height: 30px;
		color: #fbd301;
		font-size: 16px;
		text-align: right;
		float: right;
	}

	.time_check a img {
		display: inline-block;
		width: 20px;
		height: 20px;
		vertical-align: middle;
		margin: 5px 0 0 10px;
		float: right;
	}

	.nw_r ul li {
		width: 600px;
		height: 120px;
		margin: 0 auto 20px;
		padding: 0;
	}

	.nw_r ul li a {
		display: block;
		width: 560px;
		height: 80px;
		margin: 0 auto;
		padding: 20px;
		background-color: #f5f5f5;
	}

	.nw_r ul li a:hover {
		background-color: #fff;
		box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
	}

	.nw_r ul li a .nw_rtime {
		width: 110px;
		height: 50px;
		overflow: hidden;
		margin: 0 20px 0 0;
		padding: 15px 0;
		color: #fff;
		background-color: #5c6f7f;
		float: left;
	}

	.nw_r ul li a:hover .nw_rtime {
		background-color: #fbd301;
	}

	.nw_rtime em {
		display: block;
		width: 100%;
		overflow: hidden;
		font-size: 28px;
		text-align: center;
		font-style: normal;
		margin: 0 auto;
		padding: 0;
	}

	.nw_rtime span {
		display: block;
		width: 100%;
		overflow: hidden;
		font-size: 14px;
		text-align: center;
	}

	.nw_r ul li a .nw_rtext {
		width: 430px;
		height: 80px;
		overflow: hidden;
		margin: 0;
		padding: 0;
		float: left;
	}

	.nw_r ul li a .nw_rtext h5 {
		width: 100%;
		height: 20px;
		overflow: hidden;
		line-height: 20px;
		color: #424a51;
		font-size: 16px;
		margin: 4px auto 10px;
		padding: 0;
	}

	.nw_r ul li a .nw_rtext p {
		width: 100%;
		height: 44px;
		overflow: hidden;
		line-height: 22px;
		color: #999;
		font-size: 16px;
		text-align: justify;
		margin: 0 auto;
		padding: 0;
	}

	.nw_r ul li a:hover .nw_rtext h5 {
		color: #fbd301;
	}

	/**about**/
	.ly_about {
		width: 100%;
		overflow: hidden;
		margin: 80px auto;
		padding: 80px 0 40px;
		background-color: #f5f5f5;
	}

	.ly_about .ab_main {
		width: 1200px;
		height: 360px;
		margin: 0 auto;
		padding: 0;
		position: relative;
	}

	.ab_main .ab_text {
		width: 560px;
		overflow: hidden;
		margin: 0;
		padding: 0;
		float: left;
	}

	.ab_text h3 {
		width: 100%;
		overflow: hidden;
		margin: 0;
		padding: 0;
		color: #424a51;
		font-size: 24px;
	}

	.ab_text p {
		width: 100%;
		overflow: hidden;
		line-height: 26px;
		margin: 40px auto;
		padding: 0;
		color: #888;
		font-size: 14px;
		text-indent: 2em;
		text-align: justify;
	}

	.ab_text a {
		display: block;
		width: 160px;
		height: 40px;
		overflow: hidden;
		line-height: 40px;
		color: #000;
		font-size: 14px;
		text-align: center;
		background-color: #fbd301;
	}

	.ab_text a span {
		color: #000;
	}

	.ab_text a:hover {
		background-color: #fbd301;
	}

	.ab_main .ab_img {
		width: 720px;
		height: 360px;
		margin: 0;
		padding: 0;
		position: absolute;
		top: 0;
		right: -85px;
	}
	.ab_main .ab_img a img{
		width: 89%;
		height: 360px;
	}
	/**product**/
	.ly_products {
		width: 1200px;
		overflow: hidden;
		margin: 80px auto;
		padding: 0;
	}

	.protab {
		width: 1200px;
		height: 40px;
		overflow: hidden;
		margin: 0 auto 40px;
		padding: 0;
		text-align: center;
	}

	.protab ul {
		display: inline-block;
	}

	.protab ul li {
		width: 160px;
		height: 40px;
		overflow: hidden;
		margin: 0;
		padding: 0 5px;
		float: left;
		cursor: pointer;
	}

	.protab ul li span {
		display: block;
		width: 100%;
		height: 40px;
		overflow: hidden;
		line-height: 40px;
		color: #333;
		font-size: 14px;
		text-align: center;
		background-color: #9da9b2;
	}

	.protab ul li.protab0 span {
		background-color: #fbd301;
	}

	.pro_list {
		width: 1200px;
		height: 224px;
		overflow: hidden;
		margin: 0 auto;
		padding: 0;
	}

	.pro_list ul li {
		width: 270px;
		height: 224px;
		overflow: hidden;
		margin: 0 40px 0 0;
		padding: 0;
		float: left;
	}

	.pro_list ul li:nth-child(4n) {
		margin: 0;
	}

	.pro_list ul li a {
		display: block;
		width: 100%;
		height: 224px;
		overflow: hidden;
		margin: 0 auto;
		padding: 0;
		background-color: #f5f5f5;
	}

	.pro_list ul li a .pro_img {
		width: 100%;
		height: 180px;
		overflow: hidden;
		margin: 0 auto;
		padding: 0;
		position: relative;
	}

	.pro_img img {
		display: block;
		max-width: 100%;
		max-height: 100%;
		margin: auto;
		padding: 0;
		position: absolute;
		left: 0;
		top: 0;
		right: 0;
		bottom: 0;
	}

	.pro_list ul li a p {
		width: 100%;
		height: 44px;
		overflow: hidden;
		line-height: 44px;
		color: #333;
		font-size: 14px;
		text-align: center;
		background-color: #EEEEEE;
	}

	.pro_list ul li a:hover p {
		background-color: #fbd301;
	}

	/**link**/
	.ly_links {
		width: 100%;
		overflow: hidden;
		margin: 0 auto;
		padding: 80px 0;
		background-color: #f5f5f5;
	}

	.ly_links .lk_main {
		width: 1200px;
		min-height: 120px;
		overflow: hidden;
		margin: 0 auto;
		padding: 20px 30px 20px 150px;
		background-color: #fff;
		box-sizing: border-box;
		position: relative;
	}

	.lk_main .lk_tit {
		width: 120px;
		height: 1500px;
		overflow: hidden;
		margin: -750px 0 0;
		padding: 0;
		position: absolute;
		left: 0;
		top: 50%;
	}

	.lk_main ul li {
		display: inline-block;
		margin: 10px 0;
		padding: 0 10px;
	}

	.lk_main ul li a {
		color: #666;
		font-size: 14px;
	}

	.lk_main ul li a:hover {
		color: #fbd301;
		text-decoration: underline;
	}

	/**foot**/
	.ly_foot {
		width: 100%;
		overflow: hidden;
		margin: 0 auto;
		padding: 80px 0 120px;
		background-color: #2e3234;
	}

	.ly_foot .ft_main {
		width: 1200px;
		overflow: hidden;
		margin: 0 auto;
		padding: 0;
	}

	.ft_main .ft_logo {
		/* width: 150px; */
		/* height: 120px; */
		overflow: hidden;
		margin: 0 60px 0 0;
		padding: 0;
		float: left;
	}

	.ft_logo a img {
		display: block;
		/* width: 150px; */
		/* height: 120px; */
		overflow: hidden;
		margin: 0 auto;
		padding: 0;
	}

	.ft_main .ft_contact {
		height: 120px;
		overflow: hidden;
		margin: 0;
		padding: 0;
		float: left;
		margin-left:-100px;
		margin-top:30px
	}

	.ft_contact ul li {
		height: 40px;
		line-height: 40px;
		color: #fff;
		font-size: 14px;
		margin: 0;
		padding: 0 0 0 40px;
		position: relative;
	}
	.ft_contact ul li>.li3 img {
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
    position: absolute;
    left: 10px;
    top: 10px;
}
.a{
	display:none
}
	.ft_contact ul li img {
		display: block;
		width: 20px;
		height: 20px;
		overflow: hidden;
		margin: 0;
		padding: 0;
		position: absolute;
		left: 10px;
		top: 10px;
	}

	.ft_contact ul li span {
		color: #999;
	}

	.ft_contact ul li a {
		color: #fff;
	}

	.ft_main .ft_line1 {
		width: 2px;
		height: 120px;
		overflow: hidden;
		margin: 0;
		padding: 0 175px;
		float: left;
	}

	.ft_line1 img {
		display: block;
		width: 2px;
		height: 120px;
		overflow: hidden;
		margin: 0;
		padding: 0;
	}

	.ft_main .ft_ewm {
		height: 120px;
		float: right;
	}

	.ft_ewm img {
		width: 120px;
		height: 120px;
		overflow: hidden;
		margin: 0 0 0 10px;
		padding: 0;
		float: right;
	}

	.ft_ewm p {
		width: 20px;
		/* height: 80px; */
		overflow: hidden;
		line-height: 16px;
		margin: 0;
		padding: 20px 0;
		color: #fff;
		font-size: 14px;
	}

	.ft_main .ft_copy {
		width: 1200px;
		height: 20px;
		overflow: hidden;
		margin: 20px auto 10px;
		padding: 0;
		background: url(../images/ft_line2.png) center center no-repeat;
	}

	.ft_copy span {
		display: inline-block;
		height: 20px;
		line-height: 20px;
		color: rgba(255, 255, 255, 0.2);
		font-size: 16px;
		padding: 0 24px 0 0;
		background-color: #2e3234;
	}

	.ft_copy span a {
		color: rgba(255, 255, 255, 0.2);
	}

	.ft_copy span a:hover {
		color: #fbd301;
	}

	/**nybanner**/
	.nybanner {
		width: 100%;
		height: 360px;
		overflow: hidden;
		margin: 0 auto;
		padding: 0;
		position: relative;
	}

	.nybanner img {
		display: block;
		width: 1920px;
		height: 360px;
		overflow: hidden;
		margin: -180px 0 0 -960px;
		position: absolute;
		left: 50%;
		top: 50%;
	}

	/**nymain**/
	.ny_main {
		width: 1200px;
		overflow: hidden;
		margin: 0 auto;
		padding: 0;
	}

	.ny_main .ny_l {
		width: 240px;
		overflow: hidden;
		margin: 0;
		padding: 0;
		float: left;
	}

	.ny_main .ny_r {
		width: 920px;
		overflow: hidden;
		margin: 0;
		padding: 0;
		float: right;
	}

	.ny_l .ny_lcon {
		width: 240px;
		overflow: hidden;
		margin: 0 auto 20px;
		padding: 0;
	}

	.ny_ltit {
		width: 200px;
		height: 40px;
		overflow: hidden;
		line-height: 40px;
		color: #fff;
		font-size: 20px;
		font-weight: bold;
		margin: 0 auto;
		padding: 10px 20px;
		background-color: #fbd301;
	}

	.ny_ltit span {
		display: inline-block;
		font-size: 14px;
		font-weight: normal;
		font-style: italic;
		margin: 0 0 0 10px;
	}

	.ny_lcon ul {
		width: 220px;
		overflow: hidden;
		margin: 0 auto;
		padding: 20px 9px 10px;
		border-right: 1px solid #dfdfdf;
		border-bottom: 1px solid #dfdfdf;
		border-left: 1px solid #dfdfdf;
	}

	.ny_lcon ul li {
		width: 220px;
		overflow: hidden;
		margin: 0 auto 10px;
		padding: 0;
	}

	.ny_lcon ul li a {
		display: block;
		width: 200px;
		height: 40px;
		overflow: hidden;
		line-height: 40px;
		color: #333;
		font-size: 14px;
		background: #f5f5f5 url(../images/jt_tb2.png) 200px 14px no-repeat;
		margin: 0 auto;
		padding: 0 10px;
	}

	.ny_lcon ul li a:hover,
	.ny_lcon ul li a.nyon {
		color: #fff;
		background: #fbd301 url(../images/jt_tb3.png) 200px 14px no-repeat;
	}

	.ny_lnew {
		width: 220px;
		overflow: hidden;
		margin: 0 auto;
		padding: 20px 9px;
		border-right: 1px solid #dfdfdf;
		border-bottom: 1px solid #dfdfdf;
		border-left: 1px solid #dfdfdf;
	}

	.ny_lnew ol li {
		width: 100%;
		height: 40px;
		overflow: hidden;
		line-height: 40px;
		margin: 0 auto;
		padding: 0;
		border-bottom: 1px dotted #dfdfdf;
	}

	.ny_lnew ol li a {
		color: #666;
		font-size: 14px;
	}

	.ny_lnew ol li a:hover {
		color: #fbd301;
	}

	.ny_lnew ol li a span {
		display: block;
		width: 4px;
		height: 4px;
		overflow: hidden;
		margin: 18px 10px 18px 0;
		padding: 0;
		background-color: #fbd301;
		border-radius: 50%;
		float: left;
	}

	.ny_lcon .ny_llxwm {
		width: 220px;
		overflow: hidden;
		margin: 0 auto;
		padding: 20px 9px 10px;
		border-right: 1px solid #dfdfdf;
		border-bottom: 1px solid #dfdfdf;
		border-left: 1px solid #dfdfdf;
	}

	.ny_llxwm p {
		width: 100%;
		overflow: hidden;
		line-height: 22px;
		color: #333;
		font-size: 14px;
		margin: 0 auto 10px;
		padding: 0;
	}

	.ny_llxwm p span,
	.ny_llxwm p em {
		color: #999;
		font-style: normal;
	}

	.ny_llxwm p em {
		display: block;
		text-indent: 2em;
		text-align: justify;
		margin: 4px 0 0;
	}

	.ny_llxwm p a {
		display: block;
		color: #fbd301;
		text-decoration: underline;
		text-indent: 2em;
		text-align: justify;
		margin: 4px 0 0;
	}

	.ny_llxwm p a:hover {
		color: #fbd301;
	}

	.ny_r .ab_con1 {
		width: 100%;
		overflow: hidden;
		margin: 0 auto 60px;
		padding: 0;
	}

	.ab_con1 h3 {
		width: 100%;
		overflow: hidden;
		margin: 0 auto 40px;
		padding: 0;
		color: #333;
		font-size: 24px;
	}

	.ab_con1 p {
		width: 100%;
		overflow: hidden;
		line-height: 30px;
		color: #999;
		font-size: 16px;
		text-indent: 2em;
		text-align: justify;
	}

	.ab_con1 p img {
		display: block;
		width: 350px;
		height: 200px;
		margin: 0 20px 0 0;
		padding: 0;
		float: left;
	}

	.ab_con1 p span {
		float: right;
		width: 538px;
	}

	.ny_r .ab_con2 {
		width: 100%;
		min-height: 420px;
		overflow: hidden;
		margin: 80px auto;
		padding: 80px 40px 60px;
		background: #fbd301 url(../images/ab2_bg.jpg) bottom center no-repeat;
		box-sizing: border-box;
	}

	.ab_con2 .ab_con2_text {
		width: 50%;
		overflow: hidden;
		margin: 0;
		padding: 0;
		float: left;
	}

	.ab_con2_text h5 {
		width: 100%;
		overflow: hidden;
		color: #fff;
		font-size: 24px;
		margin: 0 auto 40px;
		padding: 0;
	}

	.ab_con2_text p {
		width: 100%;
		overflow: hidden;
		line-height: 30px;
		color: #fff;
		font-size: 16px;
		text-align: justify;
		text-indent: 2em;
		margin: 0 auto;
		padding: 0;
	}

	.ab_con2 .ab_con2_img {
		width: 370px;
		height: 320px;
		overflow: hidden;
		margin: 0;
		padding: 0;
		float: right;
	}

	.ab_con2_img img {
		display: block;
		width: 370px;
		height: 320px;
		overflow: hidden;
		margin: 0 auto;
		padding: 0;
	}

	.ny_r .ab_con3 {
		width: 100%;
		min-height: 460px;
		overflow: hidden;
		margin: 80px auto;
		padding: 0;
		background: url(../images/ab_con3bg.png) 460px center no-repeat;
	}

	.ab_con3 .ab_con3_img {
		width: 420px;
		height: 460px;
		overflow: hidden;
		margin: 0;
		padding: 0;
		float: left;
	}

	.ab_con3_img img {
		display: block;
		width: 420px;
		height: 460px;
		overflow: hidden;
		margin: 0 auto;
		padding: 0;
	}

	.ab_con3 .ab_con3_text {
		width: 440px;
		overflow: hidden;
		margin: 0;
		padding: 0;
		float: right;
	}

	.ab_con3_text h5 {
		width: 100%;
		overflow: hidden;
		color: #333;
		font-size: 24px;
		margin: 20px auto 40px;
		padding: 0;
	}

	.ab_con3_text ul li {
		width: 100%;
		overflow: hidden;
		line-height: 30px;
		color: #333;
		font-size: 16px;
		margin: 0 0 6px;
		padding: 0;
	}

	.ab_con3_text ul li span {
		color: #999;
	}

	.ab_con3_text ul li.l1 {
		text-indent: 30px;
	}

	.ab_con3_text ul li.l2 {
		text-indent: 60px;
	}

	.ab_con3_text ul li.l3 {
		text-indent: 90px;
	}

	.ab_con3_text ul li.l4 {
		text-indent: 120px;
	}

	/**历史沿革**/
	.lsyg {
		width: 100%;
		overflow: hidden;
		margin: 0 auto;
		padding: 80px 0;
		background-color: #f8f8f8;
	}

	.lsyg .lsyg_tit {
		width: 1200px;
		overflow: hidden;
		color: #333;
		font-size: 24px;
		text-align: center;
		margin: 0 auto 40px;
		padding: 0;
	}

	.lsyg_tit p {
		width: 40px;
		height: 2px;
		overflow: hidden;
		margin: 10px auto 0;
		padding: 0;
		background-color: #333;
	}

	.lsyg .lsyg_list {
		width: 1200px;
		overflow: hidden;
		margin: 0 auto;
		padding: 40px 0;
		background: url(../images/lsyg_m_line.png) center top no-repeat;
	}

	.lsyg_list .lsyg_l,
	.lsyg_list .lsyg_r {
		width: 608px;
		overflow: hidden;
		margin: 0 0 20px;
		padding: 0;
		box-sizing: border-box;
	}

	.lsyg_list .lsyg_l {
		float: left;
	}

	.lsyg_list .lsyg_r {
		float: right;
	}

	.lsyg_l h5,
	.lsyg_r h5 {
		width: 100%;
		height: 40px;
		line-height: 40px;
		color: #333;
		font-size: 24px;
		margin: 0;
		padding: 0;
		box-sizing: border-box;
	}

	.lsyg_l p,
	.lsyg_r p {
		width: 100%;
		overflow: hidden;
		line-height: 24px;
		color: #999;
		font-size: 14px;
		text-align: justify;
		margin: 0;
		padding: 0;
		box-sizing: border-box;
	}

	.lsyg_l h5,
	.lsyg_l p {
		text-align: right;
		padding: 0 68px 0 0;
	}

	.lsyg_r h5,
	.lsyg_r p {
		padding: 0 0 0 68px;
	}

	.lsyg_l h5 {
		background: url(../images/lsyg_l_line.png) center right no-repeat;
	}

	.lsyg_r h5 {
		background: url(../images/lsyg_r_line.png) center left no-repeat;
	}

	/**渠道加盟**/
	.join_list {
		width: 1200px;
		overflow: hidden;
		margin: 0 auto 60px;
		padding: 0;
	}

	.join_list ul li {
		width: 100%;
		overflow: hidden;
		margin: 0 auto 60px;
		padding: 0;
	}

	.join_list ul li .join_img {
		width: 560px;
		overflow: hidden;
		margin: 0;
		padding: 0;
		float: left;
	}

	.join_img img {
		display: block;
		width: 100%;
		overflow: hidden;
		margin: 0;
		padding: 0;
	}

	.join_list ul li .join_text {
		width: 560px;
		overflow: hidden;
		margin: 0;
		padding: 0;
		float: right;
	}

	.join_list ul li:nth-child(2n+2) .join_img {
		float: right;
	}

	.join_list ul li:nth-child(2n+2) .join_text {
		float: left;
	}

	.join_text h5 {
		width: 100%;
		height: 40px;
		overflow: hidden;
		line-height: 40px;
		color: #333;
		font-size: 24px;
		margin: 0 auto 20px;
		padding: 0;
	}

	.join_text h5 span {
		display: block;
		width: 8px;
		height: 8px;
		overflow: hidden;
		background-color: #fbd301;
		border-radius: 50%;
		margin: 16px 16px 16px 0;
		padding: 0;
		float: left;
	}

	.join_text p {
		width: 100%;
		overflow: hidden;
		line-height: 30px;
		margin: 0;
		padding: 0;
		color: #666;
		font-size: 16px;
		text-indent: 2em;
		text-align: justify;
	}

	.join_text p span {
		display: block;
		width: 100%;
		height: 30px;
		line-height: 30px;
		color: #666;
		font-size: 16px;
		text-indent: 0;
		margin: 0;
		padding: 0 0 0 32px;
		box-sizing: border-box;
	}

	.join_text p span em {
		display: block;
		width: 4px;
		height: 4px;
		overflow: hidden;
		border: 1px solid #fbd301;
		border-radius: 50%;
		margin: 16px 16px 16px 0;
		padding: 0;
		float: left;
	}

	.join_form {
		width: 1200px;
		overflow: hidden;
		margin: 80px auto;
		padding: 0;
	}

	.join_form .join_fm_tit {
		width: 100%;
		overflow: hidden;
		color: #333;
		font-size: 24px;
		margin: 0 auto 40px;
		padding: 0;
	}

	.join_form .join_fl,
	.join_form .join_fr {
		width: 560px;
		overflow: hidden;
		margin: 0;
		padding: 0;
	}

	.join_form .join_fl {
		float: left;
	}

	.join_form .join_fr {
		float: right;
	}

	.join_fl ul li {
		width: 560px;
		overflow: hidden;
		margin: 0 auto 20px;
		padding: 0;
	}

	.join_fl ul li p {
		width: 80px;
		height: 40px;
		overflow: hidden;
		line-height: 40px;
		color: #666;
		font-size: 14px;
		margin: 0;
		padding: 0;
		float: left;
	}

	.join_fl ul li .join_ipt {
		width: 478px;
		overflow: hidden;
		border: 1px solid #dfdfdf;
		padding: 0;
		margin: 0;
	}

	.join_fl ul li .join_btn {
		width: 480px;
		overflow: hidden;
		padding: 0;
		margin: 10px 0 0;
	}

	.join_ipt input,
	.join_ipt select {
		display: block;
		width: 100%;
		height: 40px;
		overflow: hidden;
		line-height: 30px;
		color: #666;
		font-size: 14px;
		border: none;
		outline: none;
		margin: 0;
		padding: 4px 19px;
		box-sizing: border-box;
	}

	.join_btn input {
		display: block;
		width: 100%;
		height: 50px;
		overflow: hidden;
		line-height: 50px;
		color: #fff;
		font-size: 16px;
		background-color: #fbd301;
		border: none;
		outline: none;
		margin: 0;
		padding: 4px 19px;
		box-sizing: border-box;
	}

	.join_fl ul li .fm_half {
		width: 270px;
		margin: 0 20px 0 0;
		float: left;
	}

	.join_fl ul li .fm_half:nth-child(2n+2) {
		margin: 0;
	}

	.join_fl ul li .fm_half .join_ipt {
		width: 188px;
	}

	.join_ipt textarea {
		display: block;
		width: 100%;
		height: 140px;
		overflow: hidden;
		line-height: 30px;
		color: #666;
		font-size: 14px;
		border: none;
		outline: none;
		resize: none;
		margin: 0;
		padding: 4px 19px;
		box-sizing: border-box;
	}

	.join_fr p {
		width: 100%;
		overflow: hidden;
		margin: 0 auto 20px;
		padding: 0;
		color: #333;
		font-size: 14px;
		font-weight: bold;
	}

	.join_fr ul li {
		width: 100%;
		overflow: hidden;
		line-height: 32px;
		color: #666;
		font-size: 14px;
	}

	/**hnr**/
	.hnr {
		width: 100%;
		overflow: hidden;
		margin: 60px auto;
		padding: 0;
		background: url(../images/hnr_bg1.png) left top no-repeat;
		background-size: 44% 100%;
	}

	.hnr .hnrlist {
		width: 1200px;
		overflow: hidden;
		margin: 0 auto;
		padding: 0;
	}

	.hnrlist ul li {
		width: 100%;
		overflow: hidden;
		margin: 0 auto;
		padding: 0;
		box-sizing: border-box;
	}

	.hnrlist ul li:nth-child(1) {
		padding-left: 650px;
	}

	.hnrlist ul li:nth-child(2) {
		padding-left: 600px;
	}

	.hnrlist ul li:nth-child(3) {
		padding-left: 550px;
	}

	.hnrlist ul li:nth-child(4) {
		padding-left: 500px;
	}

	.hnrlist ul li:nth-child(5) {
		padding-left: 450px;
	}

	.hnrlist ul li:nth-child(6) {
		padding-left: 400px;
	}

	.hnrlist ul li:nth-child(7) {
		padding-left: 350px;
	}

	.hnrlist ul li:nth-child(8) {
		padding-left: 300px;
	}

	.hnrlist ul li:nth-child(9) {
		padding-left: 250px;
	}

	.hnrlist ul li:nth-child(10) {
		padding-left: 200px;
	}

	.hnrlist ul li:nth-child(11) {
		padding-left: 150px;
	}

	.hnrlist ul li:nth-child(12) {
		padding-left: 100px;
	}

	.hnrlist ul li:nth-child(13) {
		padding-left: 50px;
	}

	.hnrlist ul li:nth-child(14) {
		padding-left: 0;
	}

	.hnrlist ul li b {
		display: block;
		width: 100%;
		overflow: hidden;
		color: #333;
		font-size: 14px;
		margin: 0;
		padding: 0;
	}

	.hnrlist ul li p {
		display: block;
		width: 100%;
		overflow: hidden;
		line-height: 24px;
		color: #666;
		font-size: 14px;
		text-align: justify;
		margin: 0;
		padding: 0;
	}

	/**honor**/
	.ly_honor {
		width: 100%;
		overflow: hidden;
		margin: 0 auto;
		padding: 80px 0;
		background-color: #f5f5f5;
	}

	.ly_honor .honor_tit {
		width: 1200px;
		overflow: hidden;
		color: #333;
		font-size: 24px;
		text-align: center;
		margin: 0 auto 40px;
		padding: 0;
	}

	.ly_honor .honor_list {
		width: 1200px;
		overflow: hidden;
		margin: 0 auto;
		padding: 0;
	}

	.honor_list ul li {
		width: 270px;
		overflow: hidden;
		margin: 0 40px 0 0;
		padding: 0;
		float: left;
	}

	.honor_list ul li:nth-child(4n+4) {
		margin: 0;
	}

	.honor_list ul li .honor_img {
		width: 270px;
		height: 180px;
		overflow: hidden;
		margin: 0 auto 20px;
		padding: 0;
		background-color: #fff;
		position: relative;
	}

	.honor_img img {
		display: block;
		max-width: 100%;
		max-height: 100%;
		margin: auto;
		padding: 0;
		position: absolute;
		left: 0;
		top: 0;
		right: 0;
		bottom: 0;
	}

	.honor_list ul li p {
		width: 100%;
		overflow: hidden;
		color: #333;
		font-size: 14px;
		font-weight: bold;
		text-align: center;
		margin: 0 auto;
		padding: 0;
	}

	/**tec_3**/
	.tec_3 {
		width: 1200px;
		overflow: hidden;
		margin: 80px auto;
		padding: 0;
	}

	.tec_3 p {
		width: 100%;
		overflow: hidden;
		line-height: 28px;
		color: #666;
		font-size: 14px;
		text-align: justify;
		margin: 0 auto 30px;
		padding: 0;
	}

	.tec_3 p b {
		color: #333;
	}

	.tec_3 ul li {
		width: 22%;
		height: 180px;
		overflow: hidden;
		margin: 0 4% 0 0;
		padding: 0;
		float: left;
		position: relative;
	}

	.tec_3 ul li:nth-child(4n+4) {
		margin: 0;
	}

	.tec_3 ul li img {
		display: block;
		max-width: 100%;
		max-height: 100%;
		margin: auto;
		padding: 0;
		position: absolute;
		left: 0;
		top: 0;
		right: 0;
		bottom: 0;
	}

	/**tec_4**/
	.tec_4 {
		width: 1200px;
		overflow: hidden;
		margin: 80px auto 40px;
		padding: 0;
	}

	.tec_4 .tec4_tit1 {
		width: 100%;
		overflow: hidden;
		color: #333;
		font-size: 24px;
		margin: 0 auto 40px;
		padding: 0;
	}

	.tec_4 .tec4_con,
	.tec_4 .tec4_list {
		width: 100%;
		overflow: hidden;
		margin: 0 auto 40px;
		padding: 0;
	}

	.tec4_con b {
		display: block;
		width: 100%;
		overflow: hidden;
		color: #333;
		font-size: 16px;
		margin: 0 auto 16px;
		padding: 0;
	}

	.tec4_con p {
		width: 100%;
		overflow: hidden;
		line-height: 24px;
		color: #666;
		font-size: 14px;
		text-align: justify;
		text-indent: 2em;
		margin: 0 auto;
		padding: 0;
	}

	.tec4_list b {
		display: block;
		width: 100%;
		overflow: hidden;
		color: #333;
		font-size: 16px;
		margin: 0 auto;
		padding: 0;
	}

	.tec4_list ul li {
		width: 580px;
		min-height: 22px;
		overflow: hidden;
		margin: 0 40px 0 0;
		padding: 40px 0;
		border-bottom: 1px solid #dfdfdf;
		float: left;
	}

	.tec4_list ul li:nth-child(2n+2) {
		margin: 0;
	}

	.tec4_list ul li .zj_img {
		width: 180px;
		height: 220px;
		overflow: hidden;
		margin: 0 20px 0 0;
		padding: 0;
		position: relative;
		float: left;
	}

	.zj_img img {
		display: block;
		max-width: 100%;
		max-height: 100%;
		margin: auto;
		padding: 0;
		position: absolute;
		left: 0;
		top: 0;
		right: 0;
		bottom: 0;
	}

	.tec4_list ul li .zj_text {
		width: 380px;
		overflow: hidden;
		margin: 0;
		padding: 20px 0 0;
	}

	.zj_text p {
		width: 100%;
		overflow: hidden;
		color: #333;
		font-size: 14px;
		font-weight: bold;
		margin: 0 auto 20px;
		padding: 0;
	}

	.zj_text span {
		display: block;
		width: 100%;
		overflow: hidden;
		line-height: 24px;
		color: #666;
		font-size: 14px;
		text-indent: 2em;
		text-align: justify;
		margin: 0 auto;
		padding: 0;
	}

	/**tec_5**/
	.tec_5 {
		width: 100%;
		overflow: hidden;
		margin: 0 auto 80px;
		padding: 80px 0;
		background: url(../images/tec5_bg.jpg) center center no-repeat;
	}

	.tec_5 .tec5_main {
		width: 1200px;
		overflow: hidden;
		margin: 0 auto;
		padding: 0;
	}

	.tec5_main .tec5_tit {
		width: 100%;
		overflow: hidden;
		margin: 0 auto 80px;
		padding: 0;
	}

	.tec5_tit img {
		display: block;
		width: 400px;
		height: 170px;
		overflow: hidden;
		margin: 0 auto;
		padding: 0;
	}

	.tec5_main ul {
		width: 80%;
		margin: 0 auto;
	}

	.tec5_main ul li {
		width: 33.333333%;
		overflow: hidden;
		color: #fff;
		font-size: 16px;
		text-align: center;
		margin: 0;
		padding: 0 40px;
		float: left;
		box-sizing: border-box;
	}

	/**tec_6**/
	.tec_6 {
		width: 1200px;
		overflow: hidden;
		margin: 80px auto;
		padding: 0;
	}

	.tec_6 .tec6_tit {
		width: 100%;
		overflow: hidden;
		margin: 0 auto 40px;
		padding: 0;
		color: #333;
		font-size: 24px;
		text-align: center;
	}

	.tec_6 ol li {
		width: 50%;
		overflow: hidden;
		margin: 0 0 40px;
		padding: 0 60px;
		float: left;
		box-sizing: border-box;
	}

	.tec_6 ul li {
		width: 31%;
		overflow: hidden;
		margin: 0 3.5% 0 0;
		padding: 0;
		float: left;
		box-sizing: border-box;
	}

	.tec_6 ul li:nth-child(3n+3) {
		margin: 0;
	}

	.tec_6 ol li .tec6_img {
		width: 100%;
		height: 320px;
		overflow: hidden;
		margin: 0 auto 16px;
		padding: 0;
		position: relative;
	}

	.tec_6 ul li .tec6_img {
		width: 100%;
		height: 260px;
		overflow: hidden;
		margin: 0 auto 16px;
		padding: 0;
		border: 1px solid #eaeaea;
		position: relative;
		box-sizing: border-box;
	}

	.tec6_img img {
		display: block;
		max-width: 100%;
		max-height: 100%;
		margin: auto;
		padding: 0;
		position: absolute;
		left: 0;
		top: 0;
		right: 0;
		bottom: 0;
	}

	.tec_6 ol li p,
	.tec_6 ul li p {
		width: 100%;
		overflow: hidden;
		line-height: 24px;
		margin: 0 auto;
		padding: 0;
		color: #333;
		font-size: 14px;
		font-weight: bold;
		text-align: center;
	}

	.tec_6 ol li span,
	.tec_6 ul li span {
		display: block;
		width: 100%;
		overflow: hidden;
		line-height: 24px;
		margin: 0 auto;
		padding: 0;
		color: #666;
		font-size: 14px;
		text-align: center;
	}

	/**tec_7**/
	.tec_7 {
		width: 100%;
		overflow: hidden;
		margin: 80px auto;
		padding: 80px 0;
		background-color: #f5f5f5;
	}

	.tec_7 .tec7_main {
		width: 1200px;
		overflow: hidden;
		margin: 0 auto;
		padding: 0;
	}

	.tec7_main .tec7_tit {
		width: 100%;
		overflow: hidden;
		margin: 0 auto 40px;
		padding: 0;
		color: #333;
		font-size: 24px;
		text-align: center;
	}

	.tec7_main ul li {
		width: 270px;
		overflow: hidden;
		margin: 0 40px 0 0;
		padding: 0;
		float: left;
	}

	.tec7_main ul li:nth-child(4n+4) {
		margin: 0;
	}

	.tec7_main ul li .tec7_img {
		width: 100%;
		height: 180px;
		overflow: hidden;
		margin: 0 auto 16px;
		padding: 0;
		position: relative;
	}

	.tec7_img img {
		display: block;
		max-width: 100%;
		max-height: 100%;
		margin: auto;
		padding: 0;
		position: absolute;
		left: 0;
		top: 0;
		right: 0;
		bottom: 0;
	}

	.tec7_main ul li p {
		width: 100%;
		overflow: hidden;
		line-height: 24px;
		margin: 0 auto;
		padding: 0;
		color: #333;
		font-size: 14px;
		font-weight: bold;
		text-align: center;
	}

	/**tec_8**/
	.tec_8 {
		width: 1200px;
		overflow: hidden;
		margin: 80px auto;
		padding: 0;
	}

	.tec_8 .tec8_tit {
		width: 100%;
		overflow: hidden;
		margin: 0 auto 40px;
		padding: 0;
		color: #333;
		font-size: 24px;
		text-align: center;
	}

	.tec_8 ul li {
		width: 50%;
		overflow: hidden;
		margin: 0 0 40px;
		padding: 0 60px;
		float: left;
		box-sizing: border-box;
	}

	.tec_8 ul li .tec8_img {
		width: 100%;
		height: 320px;
		overflow: hidden;
		margin: 0 auto 16px;
		padding: 0;
		position: relative;
	}

	.tec8_img img {
		display: block;
		max-width: 100%;
		max-height: 100%;
		margin: auto;
		padding: 0;
		position: absolute;
		left: 0;
		top: 0;
		right: 0;
		bottom: 0;
	}

	.tec_8 ul li p {
		width: 100%;
		overflow: hidden;
		line-height: 24px;
		margin: 0 auto;
		padding: 0;
		color: #333;
		font-size: 14px;
		font-weight: bold;
		text-align: center;
	}

	/**产品咨询**/
	.pro_form {
		width: 920px;
		overflow: hidden;
		margin: 40px auto 20px;
		padding: 0;
	}

	.pro_form ul li {
		width: 920px;
		overflow: hidden;
		margin: 0 auto 20px;
		padding: 0;
	}

	.pro_form ul li p {
		width: 70px;
		height: 40px;
		overflow: hidden;
		line-height: 40px;
		color: #666;
		font-size: 14px;
		margin: 0;
		padding: 0 10px 0 0;
		float: left;
	}

	.pro_form ul li .pro_fmipt {
		width: 838px;
		overflow: hidden;
		border: 1px solid #dfdfdf;
		padding: 0;
		margin: 0;
		position: relative;
	}

	.pro_form ul li .pro_fmbtn {
		width: 840px;
		overflow: hidden;
		padding: 0;
		margin: 20px 0 0;
		float: left;
	}

	.pro_fmipt input,
	.pro_fmipt select {
		display: block;
		width: 100%;
		height: 40px;
		overflow: hidden;
		line-height: 30px;
		color: #666;
		font-size: 14px;
		border: none;
		outline: none;
		margin: 0;
		padding: 4px 19px;
		box-sizing: border-box;
	}

	.pro_fmbtn input {
		display: block;
		width: 400px;
		height: 50px;
		overflow: hidden;
		line-height: 40px;
		color: #fff;
		font-size: 16px;
		background-color: #607783;
		border: none;
		outline: none;
		margin: 0;
		padding: 4px 19px;
		box-sizing: border-box;
		float: left;
	}

	.pro_fmbtn input.tj {
		margin: 0 40px 0 0;
		background-color: #fbd301;
	}

	.pro_form ul li .fm_half {
		width: 450px;
		margin: 0 20px 0 0;
		float: left;
	}

	.pro_form ul li .fm_half:nth-child(2n+2) {
		margin: 0;
	}

	.pro_form ul li .fm_half .pro_fmipt {
		width: 368px;
	}

	.pro_fmipt textarea {
		display: block;
		width: 100%;
		height: 140px;
		overflow: hidden;
		line-height: 30px;
		color: #666;
		font-size: 14px;
		border: none;
		outline: none;
		resize: none;
		margin: 0;
		padding: 4px 19px;
		box-sizing: border-box;
	}

	.pro_fmipt a {
		display: block;
		width: 100px;
		height: 40px;
		overflow: hidden;
		position: absolute;
		top: 0;
		right: 0;
	}

	.pro_fmipt a img {
		display: block;
		width: 100px;
		height: 40px;
		margin: 0 auto;
		padding: 0;
	}

	/**prodetail**/
	.pro_detail_main {
		width: 1200px;
		overflow: hidden;
		margin: 60px auto;
		padding: 0;
	}

	.pro_detail_main .pro_detail_img {
		width: 530px;
		height: 360px;
		overflow: hidden;
		margin: 0;
		padding: 15px;
		border: 1px solid #dfdfdf;
		box-sizing: border-box;
		float: left;
	}

	.pro_detail_img .pro_detail_img_main {
		width: 100%;
		height: 100%;
		margin: 0 auto;
		padding: 0;
		position: relative;
	}

	.pro_detail_img_main img {
		display: block;
		max-width: 100%;
		max-height: 100%;
		margin: auto;
		padding: 0;
		position: absolute;
		left: 0;
		top: 0;
		right: 0;
		bottom: 0;
	}

	.pro_detail_main .pro_detail_text {
		width: 610px;
		overflow: hidden;
		margin: 0;
		padding: 0;
		float: right;
	}

	.pro_detail_text h3 {
		width: 100%;
		overflow: hidden;
		line-height: 36px;
		color: #fbd301;
		font-size: 24px;
		text-align: justify;
		margin: 0 auto;
		padding: 0;
	}

	.pro_detail_text ul {
		width: 100%;
		margin: 30px auto 100px;
		padding: 0;
	}

	.pro_detail_text ul li {
		width: 100%;
		max-height: 72px;
		overflow: hidden;
		line-height: 24px;
		color: #999;
		font-size: 14px;
		text-align: justify;
		margin: 10px auto;
		padding: 0;
	}

	.pro_detail_text ul li span {
		color: #333;
		font-weight: bold;
	}

	.pro_detail_text .pro_detail_btn {
		width: 610px;
		height: 54px;
		overflow: hidden;
		margin: 0 auto;
		padding: 0;
	}

	.pro_detail_btn a {
		display: block;
		width: 285px;
		height: 54px;
		overflow: hidden;
		line-height: 54px;
		color: #fff;
		font-size: 16px;
		text-align: center;
		margin: 0;
		padding: 0;
		float: left;
	}

	.pro_detail_btn a.prodtl_btn1 {
		float: left;
		margin: 0 40px 0 0;
		background-color: #fbd301;
	}

	.pro_detail_btn a.prodtl_btn2 {
		float: left;
		background-color: #fbd301;
	}

	.pro_detail_btn a.prodtl_btn1:hover {
		background-color: #0085cb;
	}

	.pro_detail_btn a.prodtl_btn2:hover {
		background-color: #009e74;
	}

	/**tjpro**/
	.tjpro {
		width: 1200px;
		overflow: hidden;
		margin: 60px auto;
		padding: 0;
	}

	.tjpro .tjpro_tit {
		width: 100%;
		overflow: hidden;
		color: #333;
		font-size: 24px;
		margin: 0 auto 20px;
		padding: 0;
	}

	.tjpro .tjpro_list {
		width: 1200px;
		height: 300px;
		overflow: hidden;
		margin: 0 auto;
		padding: 29px 19px;
		border: 1px solid #dfdfdf;
		box-sizing: border-box;
	}

	.tjpro_list .ly_scroll {
		width: 100%;
		overflow: hidden;
		margin: 0 auto;
		padding: 0;
	}

	.ly_scroll ul li {
		width: 290px;
		overflow: hidden;
		margin: 0 20px 0 0;
		padding: 0;
		float: left;
	}

	.ly_scroll ul li a {
		width: 100%;
		overflow: hidden;
		margin: 0 auto;
		padding: 0;
	}

	.ly_scroll ul li a .ly_scroll_img {
		width: 290px;
		height: 194px;
		overflow: hidden;
		margin: 0 auto;
		padding: 0;
		background-color: #f8f8f8;
		position: relative;
	}

	.ly_scroll_img img {
		display: block;
		max-width: 100%;
		max-height: 100%;
		overflow: hidden;
		margin: auto;
		padding: 0;
		position: absolute;
		left: 0;
		top: 0;
		right: 0;
		bottom: 0;
	}

	.ly_scroll ul li a p {
		width: 100%;
		height: 44px;
		overflow: hidden;
		margin: 0 auto;
		padding: 0;
		line-height: 44px;
		color: #fff;
		font-size: 14px;
		text-align: center;
		background-color: #fbd301;
	}

	.ly_scroll ul li a:hover p {
		background-color: #fbd301;
	}

	/**service**/
	.svc_1,
	.svc_2 {
		width: 1200px;
		overflow: hidden;
		margin: 80px auto;
		padding: 0;
	}

	.svc_1 .svc1_tit {
		width: 100%;
		overflow: hidden;
		color: #333;
		font-size: 24px;
		text-align: center;
		margin: 0 auto 40px;
		padding: 0;
	}

	.svc_2 .svc2_tit {
		width: 100%;
		overflow: hidden;
		margin: 0 auto 40px;
		padding: 0;
	}

	.svc2_tit h5 {
		width: 100%;
		overflow: hidden;
		color: #333;
		font-size: 24px;
		margin: 0 auto 16px;
		padding: 0;
		text-align: center;
	}

	.svc2_tit p {
		width: 100%;
		overflow: hidden;
		color: #fbd301;
		font-size: 18px;
		margin: 0 auto 20px;
		padding: 0;
		text-align: center;
	}

	.svc2_tit p span {
		color: #fbd301;
	}

	.svc_1 .svc1_map {
		width: 600px;
		height: 500px;
		overflow: hidden;
		margin: 0;
		padding: 0;
		float: left;
	}

	.svc1_map img {
		display: block;
		width: 600px;
		height: 500px;
		overflow: hidden;
		margin: 0 auto;
		padding: 0;
	}

	.svc_1 .svc1_r {
		width: 560px;
		overflow: hidden;
		margin: 0;
		padding: 0;
		float: right;
	}

	.svc1_r .svc1_list {
		width: 560px;
		height: 160px;
		overflow-y: scroll;
		margin: 0 auto 60px;
		padding: 20px 0;
		background-color: #f5f5f5;
	}

	.svc1_list ul {
		width: 520px;
		overflow: hidden;
		margin: 0 auto;
		padding: 0;
	}

	.svc1_list ul li {
		display: inline-block;
		height: 30px;
		line-height: 30px;
		color: #666;
		font-size: 16px;
		margin: 0 0 10px;
		padding: 0 10px;
		cursor: pointer;
		float: left;
	}

	.svc1_list ul li.tabActive {
		color: #fff;
		background-color: #fbd301;
	}

	.svc_1 .svc1_lxfs {
		width: 100%;
		overflow: hidden;
		margin: 0 auto 20px;
		padding: 0;
	}

	.svc1_lxfs h5 {
		width: 100%;
		overflow: hidden;
		line-height: 26px;
		margin: 0 auto;
		padding: 0 0 0 10px;
		color: #fbd301;
		font-size: 16px;
		box-sizing: border-box;
		text-align: justify;
	}

	.svc1_lxfs p {
		width: 100%;
		overflow: hidden;
		margin: 0 auto 20px;
		padding: 0 0 0 10px;
		color: #333;
		font-size: 16px;
		box-sizing: border-box;
		text-align: justify;
	}

	.svc1_lxfs ul li {
		width: 100%;
		overflow: hidden;
		overflow: hidden;
		line-height: 40px;
		color: #666;
		font-size: 14px;
		text-align: justify;
		margin: 0 auto;
		padding: 0 0 0 40px;
		position: relative;
		box-sizing: border-box;
	}

	.svc1_lxfs ul li img {
		display: block;
		width: 28px;
		height: 28px;
		overflow: hidden;
		margin: 0;
		padding: 0;
		position: absolute;
		left: 6px;
		top: 6px;
	}

	.svc1_lxfs .svc_ewm {
		width: 180px;
		height: 180px;
		overflow: hidden;
		margin: 0 0 0 10px;
		padding: 0;
		border: 1px solid #dfdfdf;
		box-sizing: border-box;
	}

	.svc_ewm img {
		display: block;
		width: 100%;
		overflow: hidden;
		margin: 0 auto;
		padding: 0;
	}

	.svc_2 .svc2_num {
		width: 100%;
		overflow: hidden;
		margin: 60px auto;
		padding: 0;
	}

	.svc2_num ul li {
		width: 20%;
		overflow: hidden;
		margin: 0;
		padding: 0;
		float: left;
	}

	.svc2_num ul li .num_main1,
	.svc2_num ul li .num_main2,
	.svc2_num ul li .num_main3,
	.svc2_num ul li .num_main4,
	.svc2_num ul li .num_main5 {
		width: 140px;
		height: 140px;
		overflow: hidden;
		margin: 0 auto;
		padding: 0;
		border-radius: 16px;
	}

	.num_main1,
	.num_main5 {
		background-color: #fbd301;
	}

	.num_main2,
	.num_main4 {
		background-color: #0cb0d3;
	}

	.num_main3 {
		background-color: #fbd301;
	}

	.num_main1 b,
	.num_main2 b,
	.num_main3 b,
	.num_main4 b,
	.num_main5 b {
		display: block;
		width: 100%;
		overflow: hidden;
		margin: 46px auto 10px;
		padding: 0;
		color: #fff;
		font-size: 40px;
		text-align: center;
	}

	.num_main1 p,
	.num_main2 p,
	.num_main3 p,
	.num_main4 p,
	.num_main5 p {
		width: 100%;
		overflow: hidden;
		margin: 0 auto;
		padding: 0;
		color: #fff;
		font-size: 16px;
		text-align: center;
	}

	.svc_2 .svc2_text {
		width: 100%;
		overflow: hidden;
		margin: 0 auto;
		padding: 0;
	}

	.svc2_text p {
		width: 100%;
		overflow: hidden;
		line-height: 24px;
		color: #666;
		font-size: 14px;
		text-align: center;
		margin: 0 auto 15px;
		padding: 0;
	}

	.svc2_text p span {
		color: #fbd301;
	}

	.svc2_text p font {
		color: #0cb0d3;
	}

	.svc2_text p em {
		color: #fbd301;
		font-style: normal;
	}

	.svc2_text b {
		display: block;
		width: 100%;
		overflow: hidden;
		line-height: 36px;
		color: #333;
		font-size: 24px;
		text-align: center;
		margin: 0 auto;
		padding: 0;
	}

	/**面包屑导航**/
	.ly_crb {
		width: 1200px;
		overflow: hidden;
		height: 40px;
		line-height: 40px;
		margin: 20px auto;
		padding: 0;
		color: #666;
		font-size: 14px;
	}

	.ly_crb a {
		color: #666;
	}

	.ly_crb a:hover {
		color: #fbd301;
	}

	.ly_crb span,
	.ly_crb em {
		color: #999;
		font-style: normal;
	}

	.ly_crb img {
		display: block;
		width: 16px;
		height: 16px;
		overflow: hidden;
		margin: 16px 10px 16px 0;
		padding: 0;
		float: left;
	}
}

@media screen and (max-width:1199px) and (min-width:1081px) {

	/**top**/
	.ly_top {
		width: 100%;
		/* height: 80px; */
		overflow: hidden;
		margin: 0 auto;
		padding: 20px 0;
		/* border-bottom: 1px solid #e5e5e5; */
	}

	.ly_top .top_main {
		width: 96%;
		height: 80px;
		overflow: hidden;
		margin: 0 auto;
		padding: 0;
	}

	.top_main .ly_logo {
		width: 580px;
		height: 80px;
		overflow: hidden;
		margin: 0;
		padding: 0;
		float: left;
	}

	.top_main .top_r {
		float: right;
		height: 44px;
		overflow: hidden;
		margin: 0;
		padding: 18px 20px;
	}

	.top_r div {
		display: block;
	}

	.top_r div img {
		display: block;
		width: 44px;
		height: 44px;
		overflow: hidden;
		margin: 0;
		padding: 0;
		float: left;
	}

	.top_r div .r_text {
		display: none;
	}

	/**nav**/
	.ly_nav {
		width: 96%;
		height: 50px;
		margin: 0 auto;
		padding: 0;
		position: relative;
	}

	.nav {
		width: 100%;
		height: 50px;
		margin: 0 auto;
	}

	.nav_item {
		float: left;
		position: relative;
	}

	.nav_item>a {
		display: block;
		padding: 0 15px;
		line-height: 50px;
		font-size: 15px;
		color: #333;
		-webkit-transition: all .4s;
		transition: all .4s;
	}

	.nav_item>a:hover,
	.nav_item>a.navon {
		height: 48px;
		font-weight: bold;
		border-bottom: 2px solid #fbd301;
	}

	.menu_open {
		display: none;
	}

	.nav_item_open {
		width: 100%;
		height: auto;
		position: absolute;
		left: 0;
		top: 100%;
		z-index: 10;
		box-shadow: 0 4px 8px 0 rgba(0, 12, 49, 0.1);
		background: #fff;
		border-radius: 0 0 2px 2px;
		opacity: 0;
		visibility: hidden;
		-webkit-transform: translateY(34px);
		transform: translateY(34px);
		-webkit-transition: all .4s;
		transition: all .4s;
		overflow: hidden;
	}

	.nav_item:hover .nav_item_open {
		visibility: visible;
		opacity: 1;
		-webkit-transform: translateY(0px);
		transform: translateY(0px);
	}

	.subopen {
		display: none;
	}

	.nav_item2 {
		width: 100%;
		line-height: 40px;
	}

	.nav_item2 a {
		display: block;
		padding: 0 20px;
		color: #666;
		font-size: 14px;
		white-space: nowrap;
		text-align: left;
	}

	.nav_item2:hover a {
		background: #fbd301;
		color: #fff;
	}

	.hcover {
		display: none;
	}

	/**search**/
	.ly_search {
		width: 240px;
		height: 34px;
		overflow: hidden;
		margin: 0;
		padding: 0;
		position: absolute;
		top: 8px;
		right: 0;
	}

	.ly_search .sc_ipt {
		width: 170px;
		height: 30px;
		overflow: hidden;
		margin: 0;
		padding: 2px 11px;
		background-color: #f4f4f4;
		border-radius: 2px 0 0 2px;
		float: left;
	}

	.ly_search .sc_btn {
		width: 48px;
		height: 34px;
		overflow: hidden;
		margin: 0;
		padding: 0;
		background-color: #fbd301;
		border-radius: 0 2px 2px 0;
	}

	.sc_ipt input {
		display: block;
		width: 100%;
		height: 30px;
		overflow: hidden;
		line-height: 30px;
		color: #666;
		font-size: 16px;
		border: none;
		outline: none;
		background: none;
	}

	.sc_btn input {
		display: block;
		width: 100%;
		height: 34px;
		background: url(../images/sc_btn1.png) center center no-repeat;
		border: none;
		outline: none;
	}

	/**banner**/
	.rsMinW .rsArrow {
		display: block;
		width: 50px;
		height: 50px;
		margin: -20px 0 0;
		position: absolute;
		cursor: pointer;
		z-index: 21;
	}

	.rsMinW .rsArrowLeft {
		left: 10px;
		top: 50%;
	}

	.rsMinW .rsArrowRight {
		right: 10px;
		top: 50%;
	}

	.rsMinW .rsArrowIcn {
		width: 50px;
		height: 50px;
		margin: 0;
		position: absolute;
		cursor: pointer;
		background: url('../images/rs-minimal-white.png') no-repeat;
	}

	.rsMinW .rsArrowIcn:hover {}

	.rsMinW.rsHor .rsArrowLeft .rsArrowIcn {
		background-position: 0 0;
	}

	.rsMinW.rsHor .rsArrowRight .rsArrowIcn {
		background-position: -50px 0;
	}

	.rsMinW.rsHor .rsArrowLeft .rsArrowIcn:hover {
		background-position: 0 -50px;
	}

	.rsMinW.rsHor .rsArrowRight .rsArrowIcn:hover {
		background-position: -50px -50px;
	}

	.rsMinW .rsBullets {
		width: 100%;
		height: auto;
		overflow: hidden;
		position: absolute;
		bottom: 15px;
		left: 0;
		z-index: 35;
		text-align: center;
	}

	.rsMinW .rsBullet {
		display: inline-block;
		*display: inline;
		width: 40px;
		height: 4px;
		*zoom: 1;
		padding: 4px;
	}

	.rsMinW .rsBullet span {
		display: block;
		width: 40px;
		height: 4px;
		background: rgba(255, 255, 255, 0.5);
	}

	.rsMinW .rsBullet.rsNavSelected span {
		background-color: #fff;
	}

	/**new**/
	.ly_tit {
		width: 96%;
		overflow: hidden;
		margin: 0 auto 40px;
		padding: 0;
	}

	.ly_tit h5 {
		width: 100%;
		overflow: hidden;
		color: #424a51;
		font-size: 24px;
		text-align: center;
		margin: 0 auto 10px;
		padding: 0;
	}

	.ly_tit span {
		display: block;
		width: 100%;
		overflow: hidden;
		color: #bbb;
		font-size: 16px;
		text-align: center;
		margin: 0 auto;
		padding: 0;
	}

	.ly_tit span font {
		color: #dfdfdf;
	}

	.ly_news {
		width: 96%;
		margin: 80px auto;
		padding: 0;
	}

	.ly_news .nw_l {
		width: 48%;
		overflow: hidden;
		margin: 0 auto;
		padding: 0;
		background-color: #f5f5f5;
		float: left;
	}

	.ly_news .nw_l:hover {
		background-color: #fff;
		box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
	}

	.ly_news .nw_r {
		width: 50%;
		height: 370px;
		margin: 0 auto;
		padding: 0;
		float: right;
	}

	.nw_l .nw_limg {
		width: 100%;
		height: 210px;
		overflow: hidden;
		margin: 0 auto;
		padding: 0;
	}

	.nw_limg a img {
		display: block;
		width: 100%;
		min-height: 100%;
		overflow: hidden;
		margin: 0 auto;
		padding: 0;
	}

	.nw_l .nw_ltext {
		width: 100%;
		height: 160px;
		overflow: hidden;
		margin: 0 auto;
		padding: 20px;
		box-sizing: border-box;
	}

	.nw_ltext h3 {
		width: 100%;
		height: 20px;
		overflow: hidden;
		line-height: 20px;
		margin: 0 auto;
		padding: 0;
	}

	.nw_ltext h3 a {
		color: #424a51;
		font-size: 16px;
	}

	.nw_ltext h3 a:hover {
		color: #fbd301;
	}

	.nw_ltext p {
		width: 100%;
		max-height: 44px;
		overflow: hidden;
		line-height: 22px;
		color: #999;
		font-size: 16px;
		text-indent: 2em;
		text-align: justify;
		margin: 16px auto 14px;
		padding: 0;
	}

	.nw_ltext .time_check {
		width: 100%;
		height: 30px;
		overflow: hidden;
		margin: 0 auto;
		padding: 0;
	}

	.time_check span {
		display: block;
		height: 30px;
		overflow: hidden;
		line-height: 30px;
		color: #999;
		font-family: "Arial";
		font-size: 16px;
		float: left;
	}

	.time_check span img {
		display: inline-block;
		vertical-align: middle;
		margin: -4px 4px 0 0;
		padding: 0;
	}

	.time_check a {
		display: block;
		width: 80px;
		height: 30px;
		overflow: hidden;
		line-height: 30px;
		color: #fbd301;
		font-size: 16px;
		text-align: right;
		float: right;
	}

	.time_check a img {
		display: inline-block;
		width: 20px;
		height: 20px;
		vertical-align: middle;
		margin: 5px 0 0 10px;
		float: right;
	}

	.nw_r ul li {
		width: 100%;
		height: 110px;
		margin: 0 auto 20px;
		padding: 0;
	}

	.nw_r ul li a {
		display: block;
		width: 100%;
		height: 110px;
		margin: 0 auto;
		padding: 20px;
		background-color: #f5f5f5;
		box-sizing: border-box;
	}

	.nw_r ul li a:hover {
		background-color: #fff;
		box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
	}

	.nw_r ul li a .nw_rtime {
		width: 20%;
		height: 50px;
		overflow: hidden;
		margin: 0;
		padding: 10px 0;
		color: #fff;
		background-color: #5c6f7f;
		float: left;
	}

	.nw_r ul li a:hover .nw_rtime {
		background-color: #fbd301;
	}

	.nw_rtime em {
		display: block;
		width: 100%;
		overflow: hidden;
		font-size: 28px;
		text-align: center;
		font-style: normal;
		margin: 0 auto;
		padding: 0;
	}

	.nw_rtime span {
		display: block;
		width: 100%;
		overflow: hidden;
		font-size: 14px;
		text-align: center;
	}

	.nw_r ul li a .nw_rtext {
		width: 80%;
		height: 80px;
		overflow: hidden;
		margin: 0;
		padding: 0 0 0 20px;
		float: left;
		box-sizing: border-box;
	}

	.nw_r ul li a .nw_rtext h5 {
		width: 100%;
		height: 20px;
		overflow: hidden;
		line-height: 20px;
		color: #424a51;
		font-size: 16px;
		margin: 4px auto;
		padding: 0;
	}

	.nw_r ul li a .nw_rtext p {
		width: 100%;
		height: 44px;
		overflow: hidden;
		line-height: 22px;
		color: #999;
		font-size: 16px;
		text-align: justify;
		margin: 0 auto;
		padding: 0;
	}

	.nw_r ul li a:hover .nw_rtext h5 {
		color: #fbd301;
	}

	/**about**/
	.ly_about {
		width: 100%;
		overflow: hidden;
		margin: 80px auto;
		padding: 80px 0 40px;
		background-color: #f5f5f5;
	}

	.ly_about .ab_main {
		width: 96%;
		min-height: 360px;
		margin: 0 auto;
		padding: 0 20px;
		position: relative;
		box-sizing: border-box;
	}

	.ab_main .ab_text {
		width: 40%;
		overflow: hidden;
		margin: 0;
		padding: 0;
		float: left;
	}

	.ab_text h3 {
		width: 100%;
		overflow: hidden;
		margin: 0;
		padding: 0;
		color: #424a51;
		font-size: 24px;
	}

	.ab_text p {
		width: 100%;
		overflow: hidden;
		line-height: 26px;
		margin: 40px auto;
		padding: 0;
		color: #888;
		font-size: 14px;
		text-indent: 2em;
		text-align: justify;
	}

	.ab_text a {
		display: block;
		width: 160px;
		height: 40px;
		overflow: hidden;
		line-height: 40px;
		color: #fff;
		font-size: 14px;
		text-align: center;
		background-color: #fbd301;
	}

	.ab_text a span {
		color: #fbd301;
	}

	.ab_text a:hover {
		background-color: #fbd301;
	}

	.ab_main .ab_img {
		width: 720px;
		height: 360px;
		margin: 0;
		padding: 0;
		position: absolute;
		top: 0;
		right: -60px;
	}

	/**product**/
	.ly_products {
		width: 96%;
		overflow: hidden;
		margin: 80px auto;
		padding: 0;
	}

	.protab {
		width: 100%;
		height: 40px;
		overflow: hidden;
		margin: 0 auto 40px;
		padding: 0;
		text-align: center;
	}

	.protab ul {
		display: inline-block;
	}

	.protab ul li {
		width: 160px;
		height: 40px;
		overflow: hidden;
		margin: 0;
		padding: 0 5px;
		float: left;
		cursor: pointer;
	}

	.protab ul li span {
		display: block;
		width: 100%;
		height: 40px;
		overflow: hidden;
		line-height: 40px;
		color: #333;
		font-size: 14px;
		text-align: center;
		background-color: #9da9b2;
	}

	.protab ul li.protab0 span {
		background-color: #fbd301;
	}

	.pro_list {
		width: 100%;
		overflow: hidden;
		margin: 0 auto;
		padding: 0;
	}

	.pro_list ul li {
		width: 22%;
		height: 224px;
		overflow: hidden;
		margin: 0 4% 0 0;
		padding: 0;
		float: left;
	}

	.pro_list ul li:nth-child(4n) {
		margin: 0;
	}

	.pro_list ul li a {
		display: block;
		width: 100%;
		height: 224px;
		overflow: hidden;
		margin: 0 auto;
		padding: 0;
		background-color: #f5f5f5;
	}

	.pro_list ul li a .pro_img {
		width: 100%;
		height: 180px;
		overflow: hidden;
		margin: 0 auto;
		padding: 0;
		position: relative;
	}

	.pro_img img {
		display: block;
		max-width: 100%;
		max-height: 100%;
		margin: auto;
		padding: 0;
		position: absolute;
		left: 0;
		top: 0;
		right: 0;
		bottom: 0;
	}

	.pro_list ul li a p {
		width: 100%;
		height: 44px;
		overflow: hidden;
		line-height: 44px;
		color: #fff;
		font-size: 14px;
		text-align: center;
		background-color: #fbd301;
	}

	.pro_list ul li a:hover p {
		background-color: #fbd301;
	}

	/**link**/
	.ly_links {
		width: 100%;
		overflow: hidden;
		margin: 0 auto;
		padding: 80px 0;
		background-color: #f5f5f5;
	}

	.ly_links .lk_main {
		width: 96%;
		min-height: 120px;
		overflow: hidden;
		margin: 0 auto;
		padding: 20px 30px 20px 150px;
		background-color: #fff;
		box-sizing: border-box;
		position: relative;
	}

	.lk_main .lk_tit {
		width: 120px;
		height: 1500px;
		overflow: hidden;
		margin: -750px 0 0;
		padding: 0;
		position: absolute;
		left: 0;
		top: 50%;
	}

	.lk_tit img {
		display: block;
		width: 120px;
		height: 1500px;
		overflow: hidden;
		margin: 0;
		padding: 0;
	}

	.lk_main ul li {
		display: inline-block;
		margin: 10px 0;
		padding: 0 10px;
	}

	.lk_main ul li a {
		color: #666;
		font-size: 14px;
	}

	.lk_main ul li a:hover {
		color: #fbd301;
		text-decoration: underline;
	}

	/**foot**/
	.ly_foot {
		width: 100%;
		overflow: hidden;
		margin: 0 auto;
		padding: 80px 0 30px;
		background-color: #2e3234;
	}

	.ly_foot .ft_main {
		width: 96%;
		overflow: hidden;
		margin: 0 auto;
		padding: 0;
	}

	.ft_main .ft_logo {
		width: 150px;
		height: 120px;
		overflow: hidden;
		margin: 0 60px 0 0;
		padding: 0;
		float: left;
	}

	.ft_logo a img {
		display: block;
		/* width: 150px; */
		/* height: 120px; */
		overflow: hidden;
		margin: 0 auto;
		padding: 0;
		margin-top:-20px
	}

	.ft_main .ft_contact {
		height: 120px;
		overflow: hidden;
		margin: 0;
		padding: 0;
		float: left;
	}

	.ft_contact ul li {
		height: 40px;
		line-height: 40px;
		color: #fff;
		font-size: 14px;
		margin: 0;
		padding: 0 0 0 40px;
		position: relative;
	}

	.ft_contact ul li img {
		display: block;
		width: 20px;
		height: 20px;
		overflow: hidden;
		margin: 0;
		padding: 0;
		position: absolute;
		left: 10px;
		top: 10px;
	}

	.ft_contact ul li span {
		color: #999;
	}

	.ft_contact ul li a {
		color: #fff;
	}

	.ft_main .ft_line1 {
		width: 2px;
		height: 120px;
		overflow: hidden;
		margin: 0;
		padding: 0 8%;
		float: left;
	}

	.ft_line1 img {
		display: block;
		width: 2px;
		height: 120px;
		overflow: hidden;
		margin: 0;
		padding: 0;
	}

	.ft_main .ft_ewm {
		width: 150px;
		height: 120px;
		float: right;
	}

	.ft_ewm img {
		width: 120px;
		height: 120px;
		overflow: hidden;
		margin: 0 0 0 10px;
		padding: 0;
		float: right;
	}

	.ft_ewm p {
		width: 20px;
		height: 80px;
		overflow: hidden;
		line-height: 16px;
		margin: 0;
		padding: 20px 0;
		color: #fff;
		font-size: 14px;
	}

	.ft_main .ft_copy {
		width: 100%;
		height: 20px;
		overflow: hidden;
		margin: 60px auto 0;
		padding: 0;
		background: url(../images/ft_line2.png) center center no-repeat;
	}

	.ft_copy span {
		display: inline-block;
		height: 20px;
		line-height: 20px;
		color: rgba(255, 255, 255, 0.2);
		font-size: 16px;
		padding: 0 24px 0 0;
		background-color: #2e3234;
	}

	.ft_copy span a {
		color: rgba(255, 255, 255, 0.2);
	}

	.ft_copy span a:hover {
		color: #fbd301;
	}

	/**nybanner**/
	.nybanner {
		width: 100%;
		height: 360px;
		overflow: hidden;
		margin: 0 auto;
		padding: 0;
		position: relative;
	}

	.nybanner img {
		display: block;
		width: 1920px;
		height: 360px;
		overflow: hidden;
		margin: -180px 0 0 -960px;
		position: absolute;
		left: 50%;
		top: 50%;
	}

	/**nymain**/
	.ny_main {
		width: 96%;
		overflow: hidden;
		margin: 0 auto;
		padding: 0;
		box-sizing: border-box;
		position: relative;
	}

	.ny_main .ny_l {
		width: 240px;
		overflow: hidden;
		margin: 0;
		padding: 0;
		float: left;
	}

	.ny_main .ny_r {
		width: 76%;
		overflow: hidden;
		margin: 0;
		padding: 0 0 0 40px;
		box-sizing: border-box;
	}

	.ny_l .ny_lcon {
		width: 240px;
		overflow: hidden;
		margin: 0 auto 20px;
		padding: 0;
	}

	.ny_ltit {
		width: 200px;
		height: 40px;
		overflow: hidden;
		line-height: 40px;
		color: #fff;
		font-size: 20px;
		font-weight: bold;
		margin: 0 auto;
		padding: 10px 20px;
		background-color: #fbd301;
	}

	.ny_ltit span {
		display: inline-block;
		font-size: 14px;
		font-weight: normal;
		font-style: italic;
		margin: 0 0 0 10px;
	}

	.ny_lcon ul {
		width: 220px;
		overflow: hidden;
		margin: 0 auto;
		padding: 20px 9px 10px;
		border-right: 1px solid #dfdfdf;
		border-bottom: 1px solid #dfdfdf;
		border-left: 1px solid #dfdfdf;
	}

	.ny_lcon ul li {
		width: 220px;
		overflow: hidden;
		margin: 0 auto 10px;
		padding: 0;
	}

	.ny_lcon ul li a {
		display: block;
		width: 200px;
		height: 40px;
		overflow: hidden;
		line-height: 40px;
		color: #333;
		font-size: 14px;
		background: #f5f5f5 url(../images/jt_tb2.png) 200px 14px no-repeat;
		margin: 0 auto;
		padding: 0 10px;
	}

	.ny_lcon ul li a:hover,
	.ny_lcon ul li a.nyon {
		color: #fff;
		background: #fbd301 url(../images/jt_tb3.png) 200px 14px no-repeat;
	}

	.ny_lnew {
		width: 220px;
		overflow: hidden;
		margin: 0 auto;
		padding: 20px 9px;
		border-right: 1px solid #dfdfdf;
		border-bottom: 1px solid #dfdfdf;
		border-left: 1px solid #dfdfdf;
	}

	.ny_lnew ol li {
		width: 100%;
		height: 40px;
		overflow: hidden;
		line-height: 40px;
		margin: 0 auto;
		padding: 0;
		border-bottom: 1px dotted #dfdfdf;
	}

	.ny_lnew ol li a {
		color: #666;
		font-size: 14px;
	}

	.ny_lnew ol li a:hover {
		color: #fbd301;
	}

	.ny_lnew ol li a span {
		display: block;
		width: 4px;
		height: 4px;
		overflow: hidden;
		margin: 18px 10px 18px 0;
		padding: 0;
		background-color: #fbd301;
		border-radius: 50%;
		float: left;
	}

	.ny_lcon .ny_llxwm {
		width: 220px;
		overflow: hidden;
		margin: 0 auto;
		padding: 20px 9px 10px;
		border-right: 1px solid #dfdfdf;
		border-bottom: 1px solid #dfdfdf;
		border-left: 1px solid #dfdfdf;
	}

	.ny_llxwm p {
		width: 100%;
		overflow: hidden;
		line-height: 22px;
		color: #333;
		font-size: 14px;
		margin: 0 auto 10px;
		padding: 0;
	}

	.ny_llxwm p span,
	.ny_llxwm p em {
		color: #999;
		font-style: normal;
	}

	.ny_llxwm p em {
		display: block;
		text-indent: 2em;
		text-align: justify;
		margin: 4px 0 0;
	}

	.ny_llxwm p a {
		display: block;
		color: #fbd301;
		text-decoration: underline;
		text-indent: 2em;
		text-align: justify;
		margin: 4px 0 0;
	}

	.ny_llxwm p a:hover {
		color: #fbd301;
	}

	.ny_r .ab_con1 {
		width: 100%;
		overflow: hidden;
		margin: 0 auto 60px;
		padding: 0;
	}

	.ab_con1 h3 {
		width: 100%;
		overflow: hidden;
		margin: 0 auto 40px;
		padding: 0;
		color: #333;
		font-size: 24px;
	}

	.ab_con1 p {
		width: 100%;
		overflow: hidden;
		line-height: 28px;
		color: #999;
		font-size: 14px;
		text-indent: 2em;
		text-align: justify;
	}

	.ab_con1 p img {
		display: block;
		width: 350px;
		height: 200px;
		margin: 0 20px 0 0;
		padding: 0;
		float: left;
	}

	.ny_r .ab_con2 {
		width: 100%;
		min-height: 420px;
		overflow: hidden;
		margin: 80px auto;
		padding: 80px 40px 60px;
		background: #fbd301 url(../images/ab2_bg.jpg) bottom center no-repeat;
		box-sizing: border-box;
	}

	.ab_con2 .ab_con2_text {
		width: 50%;
		overflow: hidden;
		margin: 0;
		padding: 0;
		float: left;
	}

	.ab_con2_text h5 {
		width: 100%;
		overflow: hidden;
		color: #fff;
		font-size: 24px;
		margin: 0 auto 40px;
		padding: 0;
	}

	.ab_con2_text p {
		width: 100%;
		overflow: hidden;
		line-height: 28px;
		color: #fff;
		font-size: 14px;
		text-align: justify;
		text-indent: 2em;
		margin: 0 auto;
		padding: 0;
	}

	.ab_con2 .ab_con2_img {
		width: 46%;
		overflow: hidden;
		margin: 0;
		padding: 0;
		float: right;
	}

	.ab_con2_img img {
		display: block;
		width: 100%;
		overflow: hidden;
		margin: 0 auto;
		padding: 0;
	}

	.ny_r .ab_con3 {
		width: 100%;
		overflow: hidden;
		margin: 80px auto;
		padding: 0;
		background: url(../images/ab_con3bg.png) 460px center no-repeat;
	}

	.ab_con3 .ab_con3_img {
		width: 48%;
		overflow: hidden;
		margin: 0;
		padding: 0;
		float: left;
	}

	.ab_con3_img img {
		display: block;
		width: 100%;
		overflow: hidden;
		margin: 0 auto;
		padding: 0;
	}

	.ab_con3 .ab_con3_text {
		width: 48%;
		overflow: hidden;
		margin: 0;
		padding: 0;
		float: right;
	}

	.ab_con3_text h5 {
		width: 100%;
		overflow: hidden;
		color: #333;
		font-size: 24px;
		margin: 10px auto 40px;
		padding: 0;
	}

	.ab_con3_text ul li {
		width: 100%;
		overflow: hidden;
		line-height: 28px;
		color: #333;
		font-size: 14px;
		margin: 0 0 6px;
		padding: 0;
	}

	.ab_con3_text ul li span {
		color: #999;
	}

	.ab_con3_text ul li.l1 {
		text-indent: 30px;
	}

	.ab_con3_text ul li.l2 {
		text-indent: 60px;
	}

	.ab_con3_text ul li.l3 {
		text-indent: 90px;
	}

	.ab_con3_text ul li.l4 {
		text-indent: 120px;
	}

	/**历史沿革**/
	.lsyg {
		width: 96%;
		overflow: hidden;
		margin: 0 auto;
		padding: 80px 2%;
		background-color: #f8f8f8;
	}

	.lsyg .lsyg_tit {
		width: 100%;
		overflow: hidden;
		color: #333;
		font-size: 24px;
		text-align: center;
		margin: 0 auto 40px;
		padding: 0;
	}

	.lsyg_tit p {
		width: 40px;
		height: 2px;
		overflow: hidden;
		margin: 10px auto 0;
		padding: 0;
		background-color: #333;
	}

	.lsyg .lsyg_list {
		width: 100%;
		overflow: hidden;
		margin: 0 auto;
		padding: 40px 0;
		background: url(../images/lsyg_m_line.png) center top no-repeat;
	}

	.lsyg_list .lsyg_l,
	.lsyg_list .lsyg_r {
		width: 50.8%;
		overflow: hidden;
		margin: 0 0 20px;
		padding: 0;
	}

	.lsyg_list .lsyg_l {
		float: left;
	}

	.lsyg_list .lsyg_r {
		float: right;
	}

	.lsyg_l h5,
	.lsyg_r h5 {
		width: 100%;
		height: 40px;
		line-height: 40px;
		color: #333;
		font-size: 24px;
		margin: 0;
		padding: 0;
		box-sizing: border-box;
	}

	.lsyg_l p,
	.lsyg_r p {
		width: 100%;
		overflow: hidden;
		line-height: 24px;
		color: #999;
		font-size: 14px;
		text-align: justify;
		margin: 0;
		padding: 0;
		box-sizing: border-box;
	}

	.lsyg_l h5,
	.lsyg_l p {
		text-align: right;
		padding: 0 68px 0 0;
	}

	.lsyg_r h5,
	.lsyg_r p {
		padding: 0 0 0 68px;
	}

	.lsyg_l h5 {
		background: url(../images/lsyg_l_line.png) center right no-repeat;
	}

	.lsyg_r h5 {
		background: url(../images/lsyg_r_line.png) center left no-repeat;
	}

	/**渠道加盟**/
	.join_list {
		width: 96%;
		overflow: hidden;
		margin: 0 auto 60px;
		padding: 0;
	}

	.join_list ul li {
		width: 100%;
		overflow: hidden;
		margin: 0 auto 60px;
		padding: 0;
	}

	.join_list ul li .join_img {
		width: 48%;
		overflow: hidden;
		margin: 0;
		padding: 0;
		float: left;
	}

	.join_img img {
		display: block;
		width: 100%;
		overflow: hidden;
		margin: 0;
		padding: 0;
	}

	.join_list ul li .join_text {
		width: 48%;
		overflow: hidden;
		margin: 0;
		padding: 0;
		float: right;
	}

	.join_list ul li:nth-child(2n+2) .join_img {
		float: right;
	}

	.join_list ul li:nth-child(2n+2) .join_text {
		float: left;
	}

	.join_text h5 {
		width: 100%;
		height: 40px;
		overflow: hidden;
		line-height: 40px;
		color: #333;
		font-size: 24px;
		margin: 0 auto 20px;
		padding: 0;
	}

	.join_text h5 span {
		display: block;
		width: 8px;
		height: 8px;
		overflow: hidden;
		background-color: #fbd301;
		border-radius: 50%;
		margin: 16px 16px 16px 0;
		padding: 0;
		float: left;
	}

	.join_text p {
		width: 100%;
		overflow: hidden;
		line-height: 30px;
		margin: 0;
		padding: 0;
		color: #666;
		font-size: 16px;
		text-indent: 2em;
		text-align: justify;
	}

	.join_text p span {
		display: block;
		width: 100%;
		height: 30px;
		line-height: 30px;
		color: #666;
		font-size: 16px;
		text-indent: 0;
		margin: 0;
		padding: 0 0 0 32px;
		box-sizing: border-box;
	}

	.join_text p span em {
		display: block;
		width: 4px;
		height: 4px;
		overflow: hidden;
		border: 1px solid #fbd301;
		border-radius: 50%;
		margin: 16px 16px 16px 0;
		padding: 0;
		float: left;
	}

	.join_form {
		width: 96%;
		overflow: hidden;
		margin: 80px auto;
		padding: 0;
	}

	.join_form .join_fm_tit {
		width: 100%;
		overflow: hidden;
		color: #333;
		font-size: 24px;
		margin: 0 auto 40px;
		padding: 0;
	}

	.join_form .join_fl,
	.join_form .join_fr {
		width: 560px;
		overflow: hidden;
		margin: 0;
		padding: 0;
	}

	.join_form .join_fr {
		width: 40%;
	}

	.join_form .join_fl {
		float: left;
	}

	.join_form .join_fr {
		float: right;
	}

	.join_fl ul li {
		width: 560px;
		overflow: hidden;
		margin: 0 auto 20px;
		padding: 0;
	}

	.join_fl ul li p {
		width: 80px;
		height: 40px;
		overflow: hidden;
		line-height: 40px;
		color: #666;
		font-size: 14px;
		margin: 0;
		padding: 0;
		float: left;
	}

	.join_fl ul li .join_ipt {
		width: 478px;
		overflow: hidden;
		border: 1px solid #dfdfdf;
		padding: 0;
		margin: 0;
	}

	.join_fl ul li .join_btn {
		width: 480px;
		overflow: hidden;
		padding: 0;
		margin: 10px 0 0;
	}

	.join_ipt input,
	.join_ipt select {
		display: block;
		width: 100%;
		height: 40px;
		overflow: hidden;
		line-height: 30px;
		color: #666;
		font-size: 14px;
		border: none;
		outline: none;
		margin: 0;
		padding: 4px 19px;
		box-sizing: border-box;
	}

	.join_btn input {
		display: block;
		width: 100%;
		height: 50px;
		overflow: hidden;
		line-height: 50px;
		color: #fff;
		font-size: 16px;
		background-color: #fbd301;
		border: none;
		outline: none;
		margin: 0;
		padding: 4px 19px;
		box-sizing: border-box;
	}

	.join_fl ul li .fm_half {
		width: 270px;
		margin: 0 20px 0 0;
		float: left;
	}

	.join_fl ul li .fm_half:nth-child(2n+2) {
		margin: 0;
	}

	.join_fl ul li .fm_half .join_ipt {
		width: 188px;
	}

	.join_ipt textarea {
		display: block;
		width: 100%;
		height: 140px;
		overflow: hidden;
		line-height: 30px;
		color: #666;
		font-size: 14px;
		border: none;
		outline: none;
		resize: none;
		margin: 0;
		padding: 4px 19px;
		box-sizing: border-box;
	}

	.join_fr p {
		width: 100%;
		overflow: hidden;
		margin: 0 auto 20px;
		padding: 0;
		color: #333;
		font-size: 14px;
		font-weight: bold;
	}

	.join_fr ul li {
		width: 100%;
		overflow: hidden;
		line-height: 32px;
		color: #666;
		font-size: 14px;
	}

	/**hnr**/
	.hnr {
		width: 100%;
		overflow: hidden;
		margin: 60px auto;
		padding: 0;
		background: url(../images/hnr_bg1.png) -320px top no-repeat;
		background-size: 80% 100%;
	}

	.hnr .hnrlist {
		width: 96%;
		overflow: hidden;
		margin: 0 auto;
		padding: 0;
	}

	.hnrlist ul li {
		width: 100%;
		overflow: hidden;
		margin: 0 auto;
		padding: 0;
		box-sizing: border-box;
	}

	.hnrlist ul li:nth-child(1) {
		padding-left: 650px;
	}

	.hnrlist ul li:nth-child(2) {
		padding-left: 600px;
	}

	.hnrlist ul li:nth-child(3) {
		padding-left: 550px;
	}

	.hnrlist ul li:nth-child(4) {
		padding-left: 500px;
	}

	.hnrlist ul li:nth-child(5) {
		padding-left: 450px;
	}

	.hnrlist ul li:nth-child(6) {
		padding-left: 400px;
	}

	.hnrlist ul li:nth-child(7) {
		padding-left: 350px;
	}

	.hnrlist ul li:nth-child(8) {
		padding-left: 300px;
	}

	.hnrlist ul li:nth-child(9) {
		padding-left: 250px;
	}

	.hnrlist ul li:nth-child(10) {
		padding-left: 200px;
	}

	.hnrlist ul li:nth-child(11) {
		padding-left: 150px;
	}

	.hnrlist ul li:nth-child(12) {
		padding-left: 100px;
	}

	.hnrlist ul li:nth-child(13) {
		padding-left: 50px;
	}

	.hnrlist ul li:nth-child(14) {
		padding-left: 0;
	}

	.hnrlist ul li b {
		display: block;
		width: 100%;
		overflow: hidden;
		color: #333;
		font-size: 14px;
		margin: 0;
		padding: 0;
	}

	.hnrlist ul li p {
		display: block;
		width: 100%;
		overflow: hidden;
		line-height: 24px;
		color: #666;
		font-size: 14px;
		text-align: justify;
		margin: 0;
		padding: 0;
	}

	/**honor**/
	.ly_honor {
		width: 100%;
		overflow: hidden;
		margin: 0 auto;
		padding: 80px 0;
		background-color: #f5f5f5;
	}

	.ly_honor .honor_tit {
		width: 96%;
		overflow: hidden;
		color: #333;
		font-size: 24px;
		text-align: center;
		margin: 0 auto 40px;
		padding: 0;
	}

	.ly_honor .honor_list {
		width: 96%;
		overflow: hidden;
		margin: 0 auto;
		padding: 0;
	}

	.honor_list ul li {
		width: 22%;
		overflow: hidden;
		margin: 0 4% 0 0;
		padding: 0;
		float: left;
	}

	.honor_list ul li:nth-child(4n+4) {
		margin: 0;
	}

	.honor_list ul li .honor_img {
		width: 100%;
		height: 180px;
		overflow: hidden;
		margin: 0 auto 20px;
		padding: 0;
		background-color: #fff;
		position: relative;
	}

	.honor_img img {
		display: block;
		max-width: 100%;
		max-height: 100%;
		margin: auto;
		padding: 0;
		position: absolute;
		left: 0;
		top: 0;
		right: 0;
		bottom: 0;
	}

	.honor_list ul li p {
		width: 100%;
		overflow: hidden;
		color: #333;
		font-size: 14px;
		font-weight: bold;
		text-align: center;
		margin: 0 auto;
		padding: 0;
	}

	/**tec_3**/
	.tec_3 {
		width: 96%;
		overflow: hidden;
		margin: 80px auto;
		padding: 0;
	}

	.tec_3 p {
		width: 100%;
		overflow: hidden;
		line-height: 28px;
		color: #666;
		font-size: 14px;
		text-align: justify;
		margin: 0 auto 30px;
		padding: 0;
	}

	.tec_3 p b {
		color: #333;
	}

	.tec_3 ul li {
		width: 22%;
		height: 180px;
		overflow: hidden;
		margin: 0 4% 0 0;
		padding: 0;
		float: left;
		position: relative;
	}

	.tec_3 ul li:nth-child(4n+4) {
		margin: 0;
	}

	.tec_3 ul li img {
		display: block;
		max-width: 100%;
		max-height: 100%;
		margin: auto;
		padding: 0;
		position: absolute;
		left: 0;
		top: 0;
		right: 0;
		bottom: 0;
	}

	/**tec_4**/
	.tec_4 {
		width: 96%;
		overflow: hidden;
		margin: 80px auto 40px;
		padding: 0;
	}

	.tec_4 .tec4_tit1 {
		width: 100%;
		overflow: hidden;
		color: #333;
		font-size: 24px;
		margin: 0 auto 40px;
		padding: 0;
	}

	.tec_4 .tec4_con,
	.tec_4 .tec4_list {
		width: 100%;
		overflow: hidden;
		margin: 0 auto 40px;
		padding: 0;
	}

	.tec4_con b {
		display: block;
		width: 100%;
		overflow: hidden;
		color: #333;
		font-size: 16px;
		margin: 0 auto 16px;
		padding: 0;
	}

	.tec4_con p {
		width: 100%;
		overflow: hidden;
		line-height: 24px;
		color: #666;
		font-size: 14px;
		text-align: justify;
		text-indent: 2em;
		margin: 0 auto;
		padding: 0;
	}

	.tec4_list b {
		display: block;
		width: 100%;
		overflow: hidden;
		color: #333;
		font-size: 16px;
		margin: 0 auto;
		padding: 0;
	}

	.tec4_list ul li {
		width: 48%;
		min-height: 22px;
		overflow: hidden;
		margin: 0 4% 0 0;
		padding: 40px 0;
		border-bottom: 1px solid #dfdfdf;
		float: left;
	}

	.tec4_list ul li:nth-child(2n+2) {
		margin: 0;
	}

	.tec4_list ul li .zj_img {
		width: 32%;
		height: 220px;
		overflow: hidden;
		margin: 0 4% 0 0;
		padding: 0;
		position: relative;
		float: left;
	}

	.zj_img img {
		display: block;
		max-width: 100%;
		max-height: 100%;
		margin: auto;
		padding: 0;
		position: absolute;
		left: 0;
		top: 0;
		right: 0;
		bottom: 0;
	}

	.tec4_list ul li .zj_text {
		width: 64%;
		overflow: hidden;
		margin: 0;
		padding: 20px 0 0;
	}

	.zj_text p {
		width: 100%;
		overflow: hidden;
		color: #333;
		font-size: 14px;
		font-weight: bold;
		margin: 0 auto 20px;
		padding: 0;
	}

	.zj_text span {
		display: block;
		width: 100%;
		overflow: hidden;
		line-height: 24px;
		color: #666;
		font-size: 14px;
		text-indent: 2em;
		text-align: justify;
		margin: 0 auto;
		padding: 0;
	}

	/**tec_5**/
	.tec_5 {
		width: 100%;
		overflow: hidden;
		margin: 0 auto 80px;
		padding: 80px 0;
		background: url(../images/tec5_bg.jpg) center center no-repeat;
	}

	.tec_5 .tec5_main {
		width: 96%;
		overflow: hidden;
		margin: 0 auto;
		padding: 0;
	}

	.tec5_main .tec5_tit {
		width: 100%;
		overflow: hidden;
		margin: 0 auto 80px;
		padding: 0;
	}

	.tec5_tit img {
		display: block;
		width: 400px;
		height: 170px;
		overflow: hidden;
		margin: 0 auto;
		padding: 0;
	}

	.tec5_main ul {
		width: 100%;
		margin: 0 auto;
	}

	.tec5_main ul li {
		width: 33.333333%;
		overflow: hidden;
		color: #fff;
		font-size: 16px;
		text-align: center;
		margin: 0;
		padding: 0 40px;
		float: left;
		box-sizing: border-box;
	}

	/**tec_6**/
	.tec_6 {
		width: 96%;
		overflow: hidden;
		margin: 80px auto;
		padding: 0;
	}

	.tec_6 .tec6_tit {
		width: 100%;
		overflow: hidden;
		margin: 0 auto 40px;
		padding: 0;
		color: #333;
		font-size: 24px;
		text-align: center;
	}

	.tec_6 ol li {
		width: 50%;
		overflow: hidden;
		margin: 0 0 40px;
		padding: 0 60px;
		float: left;
		box-sizing: border-box;
	}

	.tec_6 ul li {
		width: 31%;
		overflow: hidden;
		margin: 0 3.5% 0 0;
		padding: 0;
		float: left;
		box-sizing: border-box;
	}

	.tec_6 ul li:nth-child(3n+3) {
		margin: 0;
	}

	.tec_6 ol li .tec6_img {
		width: 100%;
		height: 320px;
		overflow: hidden;
		margin: 0 auto 16px;
		padding: 0;
		position: relative;
	}

	.tec_6 ul li .tec6_img {
		width: 100%;
		height: 260px;
		overflow: hidden;
		margin: 0 auto 16px;
		padding: 0;
		border: 1px solid #eaeaea;
		position: relative;
		box-sizing: border-box;
	}

	.tec6_img img {
		display: block;
		max-width: 100%;
		max-height: 100%;
		margin: auto;
		padding: 0;
		position: absolute;
		left: 0;
		top: 0;
		right: 0;
		bottom: 0;
	}

	.tec_6 ol li p,
	.tec_6 ul li p {
		width: 100%;
		overflow: hidden;
		line-height: 24px;
		margin: 0 auto;
		padding: 0;
		color: #333;
		font-size: 14px;
		font-weight: bold;
		text-align: center;
	}

	.tec_6 ol li span,
	.tec_6 ul li span {
		display: block;
		width: 100%;
		overflow: hidden;
		line-height: 24px;
		margin: 0 auto;
		padding: 0;
		color: #666;
		font-size: 14px;
		text-align: center;
	}

	/**tec_7**/
	.tec_7 {
		width: 100%;
		overflow: hidden;
		margin: 80px auto;
		padding: 80px 0;
		background-color: #f5f5f5;
	}

	.tec_7 .tec7_main {
		width: 96%;
		overflow: hidden;
		margin: 0 auto;
		padding: 0;
	}

	.tec7_main .tec7_tit {
		width: 100%;
		overflow: hidden;
		margin: 0 auto 40px;
		padding: 0;
		color: #333;
		font-size: 24px;
		text-align: center;
	}

	.tec7_main ul li {
		width: 22%;
		overflow: hidden;
		margin: 0 4% 0 0;
		padding: 0;
		float: left;
	}

	.tec7_main ul li:nth-child(4n+4) {
		margin: 0;
	}

	.tec7_main ul li .tec7_img {
		width: 100%;
		height: 180px;
		overflow: hidden;
		margin: 0 auto 16px;
		padding: 0;
		position: relative;
	}

	.tec7_img img {
		display: block;
		max-width: 100%;
		max-height: 100%;
		margin: auto;
		padding: 0;
		position: absolute;
		left: 0;
		top: 0;
		right: 0;
		bottom: 0;
	}

	.tec7_main ul li p {
		width: 100%;
		overflow: hidden;
		line-height: 24px;
		margin: 0 auto;
		padding: 0;
		color: #333;
		font-size: 14px;
		font-weight: bold;
		text-align: center;
	}

	/**tec_8**/
	.tec_8 {
		width: 96%;
		overflow: hidden;
		margin: 80px auto;
		padding: 0;
	}

	.tec_8 .tec8_tit {
		width: 100%;
		overflow: hidden;
		margin: 0 auto 40px;
		padding: 0;
		color: #333;
		font-size: 24px;
		text-align: center;
	}

	.tec_8 ul li {
		width: 50%;
		overflow: hidden;
		margin: 0 0 40px;
		padding: 0 60px;
		float: left;
		box-sizing: border-box;
	}

	.tec_8 ul li .tec8_img {
		width: 100%;
		height: 320px;
		overflow: hidden;
		margin: 0 auto 16px;
		padding: 0;
		position: relative;
	}

	.tec8_img img {
		display: block;
		max-width: 100%;
		max-height: 100%;
		margin: auto;
		padding: 0;
		position: absolute;
		left: 0;
		top: 0;
		right: 0;
		bottom: 0;
	}

	.tec_8 ul li p {
		width: 100%;
		overflow: hidden;
		line-height: 24px;
		margin: 0 auto;
		padding: 0;
		color: #333;
		font-size: 14px;
		font-weight: bold;
		text-align: center;
	}

	/**pro_form**/
	.pro_form {
		width: 100%;
		overflow: hidden;
		margin: 40px auto 20px;
		padding: 0;
	}

	.pro_form ul li {
		width: 100%;
		overflow: hidden;
		margin: 0 auto 20px;
		padding: 0;
	}

	.pro_form ul li p {
		width: 11%;
		height: 40px;
		overflow: hidden;
		line-height: 40px;
		color: #666;
		font-size: 14px;
		margin: 0;
		padding: 0;
		float: left;
		box-sizing: border-box;
	}

	.pro_form ul li .pro_fmipt {
		width: 89%;
		overflow: hidden;
		border: 1px solid #dfdfdf;
		padding: 0;
		margin: 0;
		position: relative;
		box-sizing: border-box;
	}

	.pro_form ul li .pro_fmbtn {
		width: 89%;
		overflow: hidden;
		padding: 0;
		margin: 20px 0 0;
		float: left;
	}

	.pro_fmipt input,
	.pro_fmipt select {
		display: block;
		width: 100%;
		height: 40px;
		overflow: hidden;
		line-height: 30px;
		color: #666;
		font-size: 14px;
		border: none;
		outline: none;
		margin: 0;
		padding: 4px 19px;
		box-sizing: border-box;
	}

	.pro_fmbtn input {
		display: block;
		width: 48%;
		height: 50px;
		overflow: hidden;
		line-height: 40px;
		color: #fff;
		font-size: 16px;
		background-color: #607783;
		border: none;
		outline: none;
		margin: 0;
		padding: 4px 19px;
		box-sizing: border-box;
		float: left;
	}

	.pro_fmbtn input.tj {
		margin: 0 4% 0 0;
		background-color: #fbd301;
	}

	.pro_form ul li .fm_half {
		width: 48%;
		margin: 0 4% 0 0;
		float: left;
	}

	.pro_form ul li .fm_half:nth-child(2n+2) {
		margin: 0;
	}

	.pro_form ul li .fm_half p {
		width: 23%;
	}

	.pro_form ul li .fm_half .pro_fmipt {
		width: 77%;
	}

	.pro_fmipt textarea {
		display: block;
		width: 100%;
		height: 140px;
		overflow: hidden;
		line-height: 30px;
		color: #666;
		font-size: 14px;
		border: none;
		outline: none;
		resize: none;
		margin: 0;
		padding: 4px 19px;
		box-sizing: border-box;
	}

	.pro_fmipt a {
		display: block;
		width: 100px;
		height: 40px;
		overflow: hidden;
		position: absolute;
		top: 0;
		right: 0;
	}

	.pro_fmipt a img {
		display: block;
		width: 100px;
		height: 40px;
		margin: 0 auto;
		padding: 0;
	}

	/**prodetail**/
	.pro_detail_main {
		width: 96%;
		overflow: hidden;
		margin: 60px auto;
		padding: 0;
	}

	.pro_detail_main .pro_detail_img {
		width: 530px;
		height: 360px;
		overflow: hidden;
		margin: 0;
		padding: 15px;
		border: 1px solid #dfdfdf;
		box-sizing: border-box;
		float: left;
	}

	.pro_detail_img .pro_detail_img_main {
		width: 100%;
		height: 100%;
		margin: 0 auto;
		padding: 0;
		position: relative;
	}

	.pro_detail_img_main img {
		display: block;
		max-width: 100%;
		max-height: 100%;
		margin: auto;
		padding: 0;
		position: absolute;
		left: 0;
		top: 0;
		right: 0;
		bottom: 0;
	}

	.pro_detail_main .pro_detail_text {
		width: 46%;
		overflow: hidden;
		margin: 0;
		padding: 0;
		float: right;
	}

	.pro_detail_text h3 {
		width: 100%;
		overflow: hidden;
		line-height: 36px;
		color: #fbd301;
		font-size: 24px;
		text-align: justify;
		margin: 0 auto;
		padding: 0;
	}

	.pro_detail_text ul {
		width: 100%;
		margin: 30px auto 100px;
		padding: 0;
	}

	.pro_detail_text ul li {
		width: 100%;
		max-height: 72px;
		overflow: hidden;
		line-height: 24px;
		color: #999;
		font-size: 14px;
		text-align: justify;
		margin: 10px auto;
		padding: 0;
	}

	.pro_detail_text ul li span {
		color: #333;
		font-weight: bold;
	}

	.pro_detail_text .pro_detail_btn {
		width: 100%;
		height: 54px;
		overflow: hidden;
		margin: 0 auto;
		padding: 0;
	}

	.pro_detail_btn a {
		display: block;
		width: 48%;
		height: 54px;
		overflow: hidden;
		line-height: 54px;
		color: #fff;
		font-size: 16px;
		text-align: center;
		margin: 0;
		padding: 0;
		float: left;
	}

	.pro_detail_btn a.prodtl_btn1 {
		float: left;
		margin: 0 4% 0 0;
		background-color: #fbd301;
	}

	.pro_detail_btn a.prodtl_btn2 {
		float: left;
		background-color: #fbd301;
	}

	.pro_detail_btn a.prodtl_btn1:hover {
		background-color: #0085cb;
	}

	.pro_detail_btn a.prodtl_btn2:hover {
		background-color: #009e74;
	}

	/**tjpro**/
	.tjpro {
		width: 96%;
		overflow: hidden;
		margin: 60px auto;
		padding: 0;
	}

	.tjpro .tjpro_tit {
		width: 100%;
		overflow: hidden;
		color: #333;
		font-size: 24px;
		margin: 0 auto 20px;
		padding: 0;
	}

	.tjpro .tjpro_list {
		width: 100%;
		height: 300px;
		overflow: hidden;
		margin: 0 auto;
		padding: 29px 19px;
		border: 1px solid #dfdfdf;
		box-sizing: border-box;
	}

	.tjpro_list .ly_scroll {
		width: 100%;
		overflow: hidden;
		margin: 0 auto;
		padding: 0;
	}

	.ly_scroll ul li {
		width: 290px;
		overflow: hidden;
		margin: 0 20px 0 0;
		padding: 0;
		float: left;
	}

	.ly_scroll ul li a {
		width: 100%;
		overflow: hidden;
		margin: 0 auto;
		padding: 0;
	}

	.ly_scroll ul li a .ly_scroll_img {
		width: 290px;
		height: 194px;
		overflow: hidden;
		margin: 0 auto;
		padding: 0;
		background-color: #f8f8f8;
		position: relative;
	}

	.ly_scroll_img img {
		display: block;
		max-width: 100%;
		max-height: 100%;
		overflow: hidden;
		margin: auto;
		padding: 0;
		position: absolute;
		left: 0;
		top: 0;
		right: 0;
		bottom: 0;
	}

	.ly_scroll ul li a p {
		width: 100%;
		height: 44px;
		overflow: hidden;
		margin: 0 auto;
		padding: 0;
		line-height: 44px;
		color: #fff;
		font-size: 14px;
		text-align: center;
		background-color: #fbd301;
	}

	.ly_scroll ul li a:hover p {
		background-color: #fbd301;
	}

	/**service**/
	.svc_1,
	.svc_2 {
		width: 96%;
		overflow: hidden;
		margin: 80px auto;
		padding: 0;
	}

	.svc_1 .svc1_tit {
		width: 100%;
		overflow: hidden;
		color: #333;
		font-size: 24px;
		text-align: center;
		margin: 0 auto 40px;
		padding: 0;
	}

	.svc_2 .svc2_tit {
		width: 100%;
		overflow: hidden;
		margin: 0 auto 40px;
		padding: 0;
	}

	.svc2_tit h5 {
		width: 100%;
		overflow: hidden;
		color: #333;
		font-size: 24px;
		margin: 0 auto 16px;
		padding: 0;
		text-align: center;
	}

	.svc2_tit p {
		width: 100%;
		overflow: hidden;
		color: #fbd301;
		font-size: 18px;
		margin: 0 auto 20px;
		padding: 0;
		text-align: center;
	}

	.svc2_tit p span {
		color: #fbd301;
	}

	.svc_2 .svc2_num {
		width: 100%;
		overflow: hidden;
		margin: 60px auto;
		padding: 0;
	}

	.svc2_num ul li {
		width: 20%;
		overflow: hidden;
		margin: 0;
		padding: 0;
		float: left;
	}

	.svc2_num ul li .num_main1,
	.svc2_num ul li .num_main2,
	.svc2_num ul li .num_main3,
	.svc2_num ul li .num_main4,
	.svc2_num ul li .num_main5 {
		width: 140px;
		height: 140px;
		overflow: hidden;
		margin: 0 auto;
		padding: 0;
		border-radius: 16px;
	}

	.num_main1,
	.num_main5 {
		background-color: #fbd301;
	}

	.num_main2,
	.num_main4 {
		background-color: #0cb0d3;
	}

	.num_main3 {
		background-color: #fbd301;
	}

	.num_main1 b,
	.num_main2 b,
	.num_main3 b,
	.num_main4 b,
	.num_main5 b {
		display: block;
		width: 100%;
		overflow: hidden;
		margin: 46px auto 10px;
		padding: 0;
		color: #fff;
		font-size: 40px;
		text-align: center;
	}

	.num_main1 p,
	.num_main2 p,
	.num_main3 p,
	.num_main4 p,
	.num_main5 p {
		width: 100%;
		overflow: hidden;
		margin: 0 auto;
		padding: 0;
		color: #fff;
		font-size: 16px;
		text-align: center;
	}

	.svc_2 .svc2_text {
		width: 100%;
		overflow: hidden;
		margin: 0 auto;
		padding: 0;
	}

	.svc2_text p {
		width: 100%;
		overflow: hidden;
		line-height: 24px;
		color: #666;
		font-size: 14px;
		text-align: center;
		margin: 0 auto 15px;
		padding: 0;
	}

	.svc2_text p span {
		color: #fbd301;
	}

	.svc2_text p font {
		color: #0cb0d3;
	}

	.svc2_text p em {
		color: #fbd301;
		font-style: normal;
	}

	.svc2_text b {
		display: block;
		width: 100%;
		overflow: hidden;
		line-height: 36px;
		color: #333;
		font-size: 24px;
		text-align: center;
		margin: 0 auto;
		padding: 0;
	}

	.svc_1 .svc1_map {
		width: 50%;
		overflow: hidden;
		margin: 0;
		padding: 0;
		float: left;
	}

	.svc1_map img {
		display: block;
		width: 100%;
		overflow: hidden;
		margin: 0 auto;
		padding: 0;
	}

	.svc_1 .svc1_r {
		width: 50%;
		overflow: hidden;
		margin: 0;
		padding: 0 0 0 40px;
		float: right;
		box-sizing: border-box;
	}

	.svc1_r .svc1_list {
		width: 100%;
		height: 200px;
		overflow-y: scroll;
		margin: 0 auto 60px;
		padding: 20px;
		background-color: #f5f5f5;
		box-sizing: border-box;
	}

	.svc1_list ul {
		width: 100%;
		overflow: hidden;
		margin: 0 auto;
		padding: 0;
	}

	.svc1_list ul li {
		display: inline-block;
		height: 30px;
		line-height: 30px;
		color: #666;
		font-size: 16px;
		margin: 0 0 10px;
		padding: 0 10px;
		cursor: pointer;
		float: left;
	}

	.svc1_list ul li.tabActive {
		color: #fff;
		background-color: #fbd301;
	}

	.svc_1 .svc1_lxfs {
		width: 100%;
		overflow: hidden;
		margin: 0 auto 20px;
		padding: 0;
	}

	.svc1_lxfs h5 {
		width: 100%;
		overflow: hidden;
		line-height: 26px;
		margin: 0 auto;
		padding: 0 0 0 10px;
		color: #fbd301;
		font-size: 16px;
		box-sizing: border-box;
		text-align: justify;
	}

	.svc1_lxfs p {
		width: 100%;
		overflow: hidden;
		margin: 0 auto 20px;
		padding: 0 0 0 10px;
		color: #333;
		font-size: 16px;
		box-sizing: border-box;
		text-align: justify;
	}

	.svc1_lxfs ul li {
		width: 100%;
		overflow: hidden;
		overflow: hidden;
		line-height: 40px;
		color: #666;
		font-size: 14px;
		text-align: justify;
		margin: 0 auto;
		padding: 0 0 0 40px;
		position: relative;
		box-sizing: border-box;
	}

	.svc1_lxfs ul li img {
		display: block;
		width: 28px;
		height: 28px;
		overflow: hidden;
		margin: 0;
		padding: 0;
		position: absolute;
		left: 6px;
		top: 6px;
	}

	.svc1_lxfs .svc_ewm {
		width: 180px;
		height: 180px;
		overflow: hidden;
		margin: 0 0 0 10px;
		padding: 0;
		border: 1px solid #dfdfdf;
		box-sizing: border-box;
	}

	.svc_ewm img {
		display: block;
		width: 100%;
		overflow: hidden;
		margin: 0 auto;
		padding: 0;
	}

	/**面包屑导航**/
	.ly_crb {
		width: 96%;
		overflow: hidden;
		height: 40px;
		line-height: 40px;
		margin: 20px auto;
		padding: 0;
		color: #666;
		font-size: 14px;
	}

	.ly_crb a {
		color: #666;
	}

	.ly_crb a:hover {
		color: #fbd301;
	}

	.ly_crb span,
	.ly_crb em {
		color: #999;
		font-style: normal;
	}

	.ly_crb img {
		display: block;
		width: 16px;
		height: 16px;
		overflow: hidden;
		margin: 16px 10px 16px 0;
		padding: 0;
		float: left;
	}
}

@media screen and (min-width:1081px) {

	/**video**/
	.ly_video {
		width: 100%;
		height: 620px;
		overflow: hidden;
		margin: 0 auto;
		padding: 80px 0 0;
		background: url(../images/video_bg.jpg) center center no-repeat;
	}

	.vd_tit {
		width: 100%;
		overflow: hidden;
		margin: 0 auto 40px;
		padding: 0;
	}

	.vd_tit h5 {
		width: 100%;
		overflow: hidden;
		color: #fff;
		font-size: 24px;
		text-align: center;
		margin: 0 auto 10px;
		padding: 0;
	}

	.vd_tit span {
		display: block;
		width: 100%;
		overflow: hidden;
		color: rgba(255, 255, 255, 0.5);
		font-size: 16px;
		text-align: center;
		margin: 0 auto;
		padding: 0;
	}

	.video_main {
		width: 800px;
		height: 430px;
		overflow: hidden;
		margin: 0 auto;
		padding: 0 0 40px;
		background: url(../images/vd_ty.png) left bottom repeat-x;
	}

	.video_main .vd_con {
		width: 780px;
		height: 430px;
		overflow: hidden;
		margin: 0 auto;
		padding: 10px;
		background-color: #fff;
	}

	.video_main .ly_vd {
		width: 100%;
		height: 430px;
		overflow: hidden;
		margin: 0 auto;
		padding: 0;
		background-color: #f5f5f5;
	}

	/**news**/
	.news_list {
		width: 100%;
		overflow: hidden;
		margin: 0 auto;
		padding: 0;
	}

	.news_list ul li {
		width: 100%;
		height: 140px;
		overflow: hidden;
		margin: 0 auto 20px;
		padding: 0;
	}

	.news_list ul li a {
		display: block;
		width: 100%;
		height: 140px;
		overflow: hidden;
		margin: 0 auto 20px;
		padding: 0;
		background-color: #f8f8f8;
		position: relative;
	}

	.news_list ul li a .news_img {
		width: 327px;
		height: 140px;
		overflow: hidden;
		margin: 0;
		padding: 0;
		position: relative;
	}

	.news_img img {
		display: block;
		width: 100%;
		max-height: 100%;
		/*margin: auto;*/
		padding: 0;
		position: absolute;
		left: 0;
		top: 0;
		right: 0;
		bottom: 0;
	}

	.news_list ul li a .news_text {
		width: 100%;
		height: 140px;
		overflow: hidden;
		margin: 0;
		padding: 20px 20px 20px 347px;
		box-sizing: border-box;
		position: absolute;
		right: 0;
		top: 0;
	}

	.news_list ul li a .news_text .news_tit {
		width: 100%;
		height: 20px;
		overflow: hidden;
		line-height: 20px;
		color: #333;
		font-size: 16px;
		margin: 0 auto;
		padding: 0;
	}

	.news_list ul li a .news_text span {
		display: block;
		width: 100%;
		overflow: hidden;
		color: #999;
		font-size: 16px;
		margin: 15px auto;
		padding: 0;
	}

	.news_list ul li a .news_text p {
		width: 100%;
		height: 40px;
		overflow: hidden;
		line-height: 20px;
		color: #999;
		font-size: 14px;
		text-indent: 2em;
		margin: 0 auto;
		padding: 0;
	}

	.news_list ul li a:hover {
		background-color: #fafafa;
	}

	.news_list ul li a:hover .news_text .news_tit {
		color: #fbd301;
	}

	.ly_page {
		width: 100%;
		overflow: hidden;
		margin: 20px auto 80px;
		padding: 0;
		text-align: center;
	}

	.ly_page ul li {
		display: inline-block;
		height: 32px;
		overflow: hidden;
		margin: 0;
		padding: 0;
	}

	.ly_page ul li a {
		display: block;
		width: 30px;
		height: 30px;
		overflow: hidden;
		line-height: 30px;
		color: #999;
		font-size: 14px;
		text-align: center;
		border: 1px solid #dfdfdf;
		float: left;
		margin: 0 2px
	}

	.ly_page ul li a.pn {
		width: 60px;
	}

	.ly_page ul li a:hover,
	.ly_page ul li a.pnnum1 {
		color: #fff;
		border: 1px solid #fbd301;
		background-color: #fbd301;
	}

	/**newsdetail**/
	.news_detail {
		width: 100%;
		overflow: hidden;
		margin: 0 auto;
		padding: 0;
	}

	.news_detail h3 {
		width: 100%;
		overflow: hidden;
		line-height: 40px;
		color: #333;
		font-size: 24px;
		margin: 0 auto 20px;
		padding: 0;
	}

	.news_detail .nwdtl_tip {
		width: 100%;
		height: 40px;
		overflow: hidden;
		line-height: 40px;
		color: #999;
		font-size: 16px;
		margin: 0 auto 40px;
		padding: 0 20px;
		background-color: #f5f5f5;
		box-sizing: border-box;
	}

	.nwdtl_tip span {
		display: inline-block;
		margin: 0 20px 0 0;
	}

	.news_detail .nwdtl_con {
		width: 100%;
		overflow: hidden;
		margin: 40px auto;
		padding: 0;
	}

	.nwdtl_con p {
		width: 100%;
		overflow: hidden;
		line-height: 28px;
		color: #666;
		font-size: 14px;
		text-indent: 2em;
		text-align: justify;
		margin: 0 auto 20px;
		padding: 0;
	}

	.nwdtl_con img {
		display: inline-block;
		max-width: 100%;
		overflow: hidden;
		margin: 20px auto;
		padding: 0;
	}

	.prev_next {
		width: 100%;
		height: 40px;
		overflow: hidden;
		margin: 40px auto;
		padding: 0;
	}

	.prev_next ul li {
		width: 50%;
		height: 40px;
		overflow: hidden;
		margin: 0;
		padding: 0;
		float: left;
		box-sizing: border-box;
	}

	.prev_next ul li:nth-child(2n+2) {
		border-left: 2px solid #fff;
	}

	.prev_next ul li a {
		display: block;
		width: 100%;
		height: 40px;
		overflow: hidden;
		margin: 0;
		padding: 0 20px;
		background-color: #f5f5f5;
		box-sizing: border-box;
	}

	.prev_next ul li a p {
		width: 100%;
		height: 40px;
		overflow: hidden;
		margin: 0;
		padding: 0;
		line-height: 40px;
		color: #333;
		font-size: 14px;
	}

	.prev_next ul li a:hover {
		background-color: #fbd301;
	}

	.prev_next ul li a:hover p {
		color: #fff;
	}

	/**products**/
	.products_list {
		width: 100%;
		overflow: hidden;
		margin: 0 auto;
		padding: 0;
	}

	.ny_lcon ul li .pro_menu {
		width: 100%;
		overflow: hidden;
		margin: 10px auto;
		padding: 0;
	}

	.ny_lcon ul li .pro_menu a {
		display: block;
		width: 100%;
		height: 40px;
		overflow: hidden;
		line-height: 40px;
		color: #999;
		font-size: 14px;
		margin: 0 auto;
		padding: 0 20px;
		background: none;
		box-sizing: border-box;
	}

	.ny_lcon ul li .pro_menu a:hover {
		color: #fbd301;
	}

	.products_list ul li {
		width: 100%;
		height: 194px;
		overflow: hidden;
		margin: 0 auto 20px;
		padding: 0;
		background-color: #f8f8f8;
		position: relative;
	}

	.products_list ul li a .prolist_img {
		width: 290px;
		height: 194px;
		overflow: hidden;
		margin: 0;
		padding: 0;
		float: left;
		position: relative;
	}

	.prolist_img img {
		display: block;
		max-width: 100%;
		max-height: 100%;
		/*margin: auto;*/
		padding: 0;
		position: absolute;
		left: 0;
		top: 0;
		right: 0;
		bottom: 0;
	}

	.products_list ul li .prolist_text {
		width: 100%;
		height: 194px;
		overflow: hidden;
		margin: 0;
		padding: 20px 20px 20px 310px;
		box-sizing: border-box;
		position: absolute;
		right: 0;
		top: 0;
	}

	.prolist_text .prolist_tit {
		width: 100%;
		height: 24px;
		overflow: hidden;
		line-height: 24px;
		color: #333;
		font-size: 24px;
		margin: 0 auto;
		padding: 0;
	}

	.products_list ul li a:hover .prolist_text .prolist_tit {
		color: #fbd301;
	}

	.prolist_text p {
		width: 100%;
		overflow: hidden;
		margin: 13px auto;
		padding: 0;
	}

	.prolist_text p b {
		display: block;
		width: 100%;
		height: 24px;
		overflow: hidden;
		line-height: 24px;
		color: #333;
		font-size: 14px;
	}

	.prolist_text p span {
		display: block;
		width: 100%;
		height: 48px;
		overflow: hidden;
		line-height: 24px;
		color: #999;
		font-size: 14px;
		text-indent: 2em;
		text-align: justify;
	}

	.prolist_text em.pro_check {
		display: block;
		width: 120px;
		height: 36px;
		overflow: hidden;
		line-height: 36px;
		color: #fff;
		font-size: 14px;
		text-align: center;
		margin: 0;
		padding: 0;
		float: right;
		background-color: #fbd301;
	}

	.prolist_text em.pro_check:hover {
		background-color: #fbd301;
	}

	/**technology**/
	.tec_r1 {
		width: 100%;
		height: 280px;
		margin: 0 auto 60px;
		padding: 0;
	}

	.tec_r1 ul li {
		width: 30%;
		height: 200px;
		margin: 0 5% 0 0;
		padding: 40px 0;
		background-color: #fff;
		box-shadow: 0 10px 20px rgba(32, 50, 68, 0.1);
		float: left;
	}

	.tec_r1 ul li:nth-child(3n+3) {
		margin: 0;
	}

	.tec_r1 ul li img {
		display: block;
		width: 160px;
		height: 160px;
		overflow: hidden;
		margin: 0 auto 10px;
		padding: 0;
	}

	.tec_r1 ul li p {
		width: 100%;
		overflow: hidden;
		margin: 0 auto;
		padding: 0;
		color: #333;
		font-size: 24px;
		text-align: center;
	}

	.tec_r2 {
		width: 100%;
		overflow: hidden;
		margin: 0 auto;
		padding: 0;
	}

	.tec_r2 h5 {
		width: 100%;
		overflow: hidden;
		margin: 0 auto 32px;
		padding: 0;
		color: #333;
		font-size: 24px;
		text-align: justify;
	}

	.tec_r2 p {
		width: 100%;
		overflow: hidden;
		line-height: 26px;
		margin: 0 auto 20px;
		padding: 0;
		color: #666;
		font-size: 14px;
		text-align: justify;
		text-indent: 2em;
	}

	/**产品详细介绍**/
	.prodetail_con {
		width: 100%;
		overflow: hidden;
		margin: 0 auto;
		padding: 0;
	}

	.prodetail_con .prodetail_tit {
		width: 100%;
		height: 40px;
		overflow: hidden;
		line-height: 40px;
		color: #333;
		font-size: 24px;
		margin: 0 auto 40px;
		padding: 10px 0;
		border-bottom: 1px solid #dfdfdf;
	}

	.prodetail_con .pro_xxjs {
		width: 100%;
		overflow: hidden;
		margin: 40px auto;
		padding: 0;
	}

	.pro_xxjs b {
		display: block;
		width: 100%;
		overflow: hidden;
		line-height: 26px;
		color: #333;
		font-size: 14px;
		font-weight: bold;
		margin: 20px auto 0;
		padding: 0;
	}

	.pro_xxjs p {
		display: block;
		width: 100%;
		overflow: hidden;
		line-height: 26px;
		color: #666;
		font-size: 14px;
		text-align: justify;
		text-indent: 2em;
		margin: 0 auto;
		padding: 0;
	}

	/****/

}

@media screen and (max-width:1080px) {
	/**top**/
	.ly_top {
		width: 100%;
		overflow: hidden;
		margin: 0 auto;
		padding: 0.2rem 0;
	}
	.tel{
		display:none
	}
	.ly_top .top_main {
		width: 100%;
		/* height: 0.8rem; */
		overflow: hidden;
		margin: 0 auto;
		padding: 0;
	}

	.top_main .ly_logo {
		width: 100%;
		/* height: 0.8rem; */
		overflow: hidden;
		margin: 0;
		padding: 0;
		float: left;
	}

	.ly_logo img {
		display: block;
		/* width: 100%; */
		/* margin-top: -20px; */
		overflow: hidden;
		vertical-align: middle;
		width:55%
	}

	.top_main .top_r {
		display: none;
	}

	/**nav**/
	/* .menu_open { */
    /* display: block; */
    /* float: right; */
    /* width: 40px; */
    /* height: 40px; */
    /* position: absolute; */
    /* top: 20px; */
    /* right: 10px; */
/* } */
    .menu_open {
    display: block;
    float: right;
    width: 0.48rem;
    height: 0.4rem;
    position: absolute;
    top: 0.4rem;
    right: 0.3rem;
}
	.gdxq_tit {
    width: 100%;
    border: 1px solid #dcdcdc;
    padding-top: 9px;
    padding-left: 14px;
    overflow: hidden;
}
	.menu_open i {
		height: 1px;
		width: 100%;
		background-color: #008ed8;
		display: block;
		padding:0 0 8px 0
	}
	.c1{
		margin-left:20px
	}
	.design-list ul li {
		width:50%;
	}
	.nav {
		width: 50%;
		height: 100%;
		position: fixed;
		top: 0;
		left: -50%;
		z-index: 100;
		overflow: hidden;
		background-color: #fbd301;
	}

	.hcover {
		display: block;
		width: 50%;
		height: 100%;
		background: rgba(0, 0, 0, .7);
		position: fixed;
		right: -50%;
		top: 0;
		z-index: 101;
	}

	.nav_ul {
		margin: 0;
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		overflow-x: hidden;
		overflow-y: auto;
		padding-top: 20px;
		text-align: left;
	}

	.nav_item {
		float: none;
		margin: 0;
		width: 100%;
		height: 46px;
		position: relative;
	}


	.nav_item:after {
		content: '';
		display: block;
		width: 100%;
		border-bottom: 1px solid rgba(0, 0, 0, .1);
	}

	.nav_item>a {
		display: block;
		margin: 0;
		font-size: 14px;
		line-height: 1.8;
		color: #333;
		padding: 10px 10px 10px 20px;
		white-space: nowrap;
		text-overflow: ellipsis;
		overflow: hidden;
		margin-right: 46px;
	}

	.nav_item i {
		position: absolute;
		z-index: 2;
		top: 0;
		right: 0;
		width: 46px;
		height: 100%;
		display: block;
	}

	/*.nav_item i:before { content: ''; display: block; height: 100%; border-left: 1px solid rgba(0, 0, 0, .1); position: absolute; top: 0; left: 0; }*/
	.nav_item i:after {
		content: '';
		display: block;
		width: 8px;
		height: 8px;
		margin-bottom: -4px;
		border: 1px solid rgba(255, 255, 255, .5);
		border-top: 0;
		border-left: 0;
		position: absolute;
		bottom: 50%;
		right: 20px;
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}

	.nav_item_open {
		width: 50%;
		height: 100%;
		margin: 0;
		box-shadow: none;
		background-color: #fbd301;
		border-radius: 0;
		opacity: 1;
		visibility: visible;
		-webkit-transform: translateY(0px);
		transform: translateY(0px);
		position: fixed;
		left: -50%;
		top: 0;
	}

	.subopen {
		display: block;
	}

	.subopen a {
		display: block;
		overflow: hidden;
		margin: 0;
		padding: 30px 10px 18px 20px;
		white-space: nowrap;
		text-overflow: ellipsis;
		font-size: 14px;
		color: rgba(255, 255, 255, .5);
		background: rgba(0, 0, 0, .1);
		text-indent: 20px;
		position: relative;
	}

	.subopen a:before {
		content: '';
		display: block;
		width: 8px;
		height: 8px;
		position: absolute;
		bottom: 50%;
		left: 20px;
		margin-bottom: -10px;
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
		border: 1px solid rgba(255, 255, 255, .5);
		border-right: 0;
		border-bottom: 0;
	}

	.nav_item2 {
		position: relative;
	}

	.nav_item2 a {
		display: block;
		overflow: hidden;
		margin: 0;
		line-height: 1.8;
		padding: 10px 10px 10px 20px;
		white-space: nowrap;
		text-overflow: ellipsis;
		color: #fff;
	}

	.nav_item2:after {
		content: '';
		width: 100%;
		position: absolute;
		bottom: 0;
		left: 0;
		display: block;
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom: 1px solid rgba(0, 0, 0, .1);
	}

	/**search**/
	.ly_search {
		width: 100%;
		height: 1.1rem;
		overflow: hidden;
		margin: 0 auto;
		padding: 0.2rem 3%;
		background-color: #f4f4f4;
		position: absolute;
		left: 0;
		top: 1.2rem;
		box-sizing: border-box;
	}

	.ly_search form {
		width: 100%;
		height: 0.70rem;
		overflow: hidden;
		margin: 0;
		padding: 0;
		background-color: #fff;
		border-radius: 0.04rem;
	}

	.ly_search form .sc_ipt {
		width: 84%;
		height: 0.70rem;
		overflow: hidden;
		margin: 0;
		padding: 0.2rem;
		box-sizing: border-box;
		float: left;
	}

	.ly_search form .sc_btn {
		width: 16%;
		height: 0.70rem;
		overflow: hidden;
		margin: 0;
		padding: 0;
		background-color: #fbd301;
		border-radius: 0 0.04rem 0.04rem 0;
	}

	.sc_ipt input {
		display: block;
		width: 100%;
		height: 0.30rem;
		overflow: hidden;
		line-height: 0.30rem;
		color: #666;
		font-size: 0.28rem;
		margin: 0;
		padding: 0 0.1rem;
		box-sizing: border-box;
		border: none;
		outline: none;
		background: none;
	}

	.sc_btn input {
		display: block;
		width: 100%;
		height: 0.70rem;
		background: url(../images/sc_btn2.png) center center no-repeat;
		background-size: 0.4rem 0.4rem;
		border: none;
		outline: none;
	}

	/**banner**/
	.fullWidth {
		width: 100%;
		overflow: hidden;
		/* margin: 1.1rem auto 0; */
		background-color: #f0f0f0;
		/* margin-top: -20px; */
	}

	.rsMinW .rsArrow {
		display: block;
		width: 0.5rem;
		height: 0.5rem;
		margin: -0.2rem 0 0;
		position: absolute;
		cursor: pointer;
		z-index: 21;
	}

	.rsMinW .rsArrowLeft {
		left: 0.1rem;
		top: 50%;
	}

	.rsMinW .rsArrowRight {
		right: 0.1rem;
		top: 50%;
	}

	.rsMinW .rsArrowIcn {
		width: 0.5rem;
		height: 0.5rem;
		margin: 0;
		position: absolute;
		cursor: pointer;
		background: url('../images/rs-minimal-white.png') no-repeat;
		background-size: 1rem 1rem;
	}

	.rsMinW .rsArrowIcn:active {}

	.rsMinW.rsHor .rsArrowLeft .rsArrowIcn {
		background-position: 0 0;
	}

	.rsMinW.rsHor .rsArrowRight .rsArrowIcn {
		background-position: -0.5rem 0;
	}

	.rsMinW.rsHor .rsArrowLeft .rsArrowIcn:active {
		background-position: 0 -0.5rem;
	}

	.rsMinW.rsHor .rsArrowRight .rsArrowIcn:active {
		background-position: -0.5rem -0.5rem;
	}

	.rsMinW .rsBullets {
		width: 100%;
		height: auto;
		overflow: hidden;
		position: absolute;
		bottom: 0.04rem;
		left: 0;
		z-index: 35;
		text-align: center;
	}

	.rsMinW .rsBullet {
		display: inline-block;
		*display: inline;
		width: 0.4rem;
		height: 0.04rem;
		*zoom: 1;
		padding: 0.04rem;
	}

	.rsMinW .rsBullet span {
		display: block;
		width: 0.4rem;
		height: 0.04rem;
		background: rgba(255, 255, 255, 0.5);
	}

	.rsMinW .rsBullet.rsNavSelected span {
		background-color: #fff;
	}

	/**new**/
	.ly_tit {
		width: 94%;
		overflow: hidden;
		margin: 0 auto 0.24rem;
		padding: 0;
	}

	.ly_tit h5 {
		width: 100%;
		overflow: hidden;
		color: #424a51;
		font-size: 0.3rem;
		text-align: center;
		margin: 0 auto 0.04rem;
		padding: 0;
	}

	.ly_tit span {
		display: block;
		width: 100%;
		overflow: hidden;
		color: #bbb;
		font-size: 0.22rem;
		text-align: center;
		margin: 0 auto;
		padding: 0;
	}

	.ly_tit span font {
		color: #dfdfdf;
	}

	.ly_news {
		width: 94%;
		margin: 0.24rem auto;
		padding: 0;
	}

	.ly_news .nw_l {
		width: 100%;
		overflow: hidden;
		margin: 0 auto;
		padding: 0;
		background-color: #f5f5f5;
	}

	.ly_news .nw_r {
		width: 100%;
		margin: 0 auto;
		padding: 0;
	}

	.nw_l .nw_limg {
		width: 100%;
		overflow: hidden;
		margin: 0 auto;
		padding: 0;
	}

	.nw_limg a img {
		display: block;
		width: 100%;
		overflow: hidden;
		margin: 0 auto;
		padding: 0;
	}

	.nw_l .nw_ltext {
		width: 100%;
		overflow: hidden;
		margin: 0 auto;
		padding: 0.24rem;
		box-sizing: border-box;
	}

	.nw_ltext h3 {
		width: 100%;
		overflow: hidden;
		line-height: 0.40rem;
		margin: 0 auto;
		padding: 0;
	}

	.nw_ltext h3 a {
		color: #424a51;
		font-size: 0.3rem;
	}

	.nw_ltext h3 a:active {
		color: #fbd301;
	}

	.nw_ltext p {
		width: 100%;
		max-height: 0.88rem;
		overflow: hidden;
		line-height: 0.44rem;
		color: #999;
		font-size: 0.26rem;
		text-indent: 2em;
		text-align: justify;
		margin: 0.2rem auto;
		padding: 0;
	}

	.nw_ltext .time_check {
		width: 100%;
		overflow: hidden;
		margin: 0 auto;
		padding: 0;
	}

	.time_check span {
		display: block;
		height: 0.6rem;
		overflow: hidden;
		line-height: 0.6rem;
		color: #999;
		font-family: "Arial";
		font-size: 0.26rem;
		float: left;
	}

	.time_check span img {
		display: inline-block;
		vertical-align: middle;
		margin: -0.08rem 0.08rem 0 0;
		padding: 0;
	}

	.time_check a {
		display: block;
		width: 1.6rem;
		height: 0.6rem;
		overflow: hidden;
		line-height: 0.6rem;
		color: #fbd301;
		font-size: 0.26rem;
		text-align: right;
		float: right;
	}

	.time_check a img {
		display: inline-block;
		width: 0.4rem;
		height: 0.4rem;
		vertical-align: middle;
		margin: 0.08rem 0 0 0.16rem;
		float: right;
	}

	.nw_r ul li {
		width: 100%;
		margin: 0.24rem auto 0;
		padding: 0;
	}

	.nw_r ul li a {
		display: block;
		width: 100%;
		height: 1.8rem;
		margin: 0 auto;
		padding: 0.24rem;
		background-color: #f5f5f5;
		box-sizing: border-box;
	}

	.nw_r ul li a:active {
		background-color: #fff;
		box-shadow: 0 0.08rem 0.16rem rgba(0, 0, 0, 0.1);
	}

	.nw_r ul li a .nw_rtime {
		width: 24%;
		height: 1.2rem;
		overflow: hidden;
		margin: 0;
		padding: 0.20rem 0;
		color: #fff;
		background-color: #5c6f7f;
		float: left;
		box-sizing: border-box;
	}

	.nw_r ul li a:hover .nw_rtime {
		background-color: #fbd301;
	}

	.nw_rtime em {
		display: block;
		width: 100%;
		overflow: hidden;
		font-size: 0.44rem;
		text-align: center;
		font-style: normal;
		margin: 0 auto;
		padding: 0;
	}

	.nw_rtime span {
		display: block;
		width: 100%;
		overflow: hidden;
		font-size: 0.22rem;
		text-align: center;
	}

	.nw_r ul li a .nw_rtext {
		width: 76%;
		height: 1.2rem;
		overflow: hidden;
		margin: 0;
		padding: 0 0 0 0.24rem;
		float: left;
		box-sizing: border-box;
	}

	.nw_r ul li a .nw_rtext h5 {
		width: 100%;
		height: 0.4rem;
		overflow: hidden;
		line-height: 0.4rem;
		color: #424a51;
		font-size: 0.30rem;
		margin: 0 auto 0.1rem;
		padding: 0;
	}

	.nw_r ul li a .nw_rtext p {
		width: 100%;
		height: 0.70rem;
		overflow: hidden;
		line-height: 0.35rem;
		color: #999;
		font-size: 0.24rem;
		text-align: justify;
		margin: 0 auto;
		padding: 0;
	}

	.nw_r ul li a:active .nw_rtext h5 {
		color: #fbd301;
	}

	/**about**/
	.ly_about {
		width: 100%;
		overflow: hidden;
		margin: 0.24rem auto;
		padding: 0.48rem 0;
		background-color: #f5f5f5;
	}

	.ly_about .ab_main {
		width: 94%;
		overflow: hidden;
		margin: 0 auto;
		padding: 0;
		box-sizing: border-box;
	}

	.ab_main .ab_text {
		width: 100%;
		overflow: hidden;
		margin: 0;
		padding: 0;
		font-size:16px;
	}

	.ab_text h3 {
		width: 100%;
		overflow: hidden;
		margin: 0;
		padding: 0;
		color: #424a51;
		font-size: 16px;
		text-align: center;
	}

	.ab_text p {
    width: 100%;
    overflow: hidden;
    padding: 0;
    color: #888;
    text-align: center;
}

	.ab_text a {
		display: block;
		/* width: 2.8rem; */
		/* height: 0.64rem; */
		overflow: hidden;
		color: #fff;
		/* font-size: 0.26rem; */
		text-align: center;
		background-color: #fbd301;
		margin: 0 auto;
		padding: 0;
	}

	.ab_text a span {
		color: #fbd301;
	}

	.ab_text a:hover {
		background-color: #fbd301;
	}

	.ab_main .ab_img {
		width: 100%;
		overflow: hidden;
		margin: 0 auto 0.48rem;
		padding: 0;
	}

	.ab_img a img {
		display: block;
		width: 100%;
		overflow: hidden;
		margin: 0 auto;
		padding: 0;
	}

	/**product**/
	.ly_products {
		width: 94%;
		overflow: hidden;
		margin: 0.48rem auto;
		padding: 0;
	}

	.protab {
		width: 100%;
		height: 0.64rem;
		overflow: hidden;
		margin: 0 auto 0.48rem;
		padding: 0;
		text-align: center;
	}

	.protab ul {
		display: inline-block;
	}

	.protab ul li {
		width: 2.0rem;
		height: 0.64rem;
		overflow: hidden;
		margin: 0;
		padding: 0 0.05rem;
		float: left;
		cursor: pointer;
	}

	.protab ul li span {
		display: block;
		width: 100%;
		height: 0.64rem;
		overflow: hidden;
		line-height: 0.64rem;
		color: #333;
		font-size: 0.26rem;
		text-align: center;
		background-color: #9da9b2;
	}

	.protab ul li.protab0 span {
		background-color: #fbd301;
	}

	.pro_list {
		width: 100%;
		overflow: hidden;
		margin: 0 auto;
		padding: 0;
	}

	.pro_list ul li {
		width: 48%;
		overflow: hidden;
		margin: 0 4% 0.24rem 0;
		padding: 0;
		float: left;
	}

	.pro_list ul li:nth-child(2n) {
		margin: 0 0 0.24rem;
	}

	.pro_list ul li a {
		display: block;
		width: 100%;
		overflow: hidden;
		margin: 0 auto;
		padding: 0;
		background-color: #f5f5f5;
	}

	.pro_list ul li a .pro_img {
		width: 100%;
		height: 2.26rem;
		overflow: hidden;
		margin: 0 auto;
		padding: 0;
		position: relative;
	}

	.pro_img img {
		display: block;
		max-width: 100%;
		max-height: 100%;
		margin: auto;
		padding: 0;
		position: absolute;
		left: 0;
		top: 0;
		right: 0;
		bottom: 0;
	}

	.pro_list ul li a p {
		width: 100%;
		height: 0.64rem;
		overflow: hidden;
		line-height: 0.64rem;
		color: #fff;
		font-size: 0.26rem;
		text-align: center;
		background-color: #fbd301;
	}

	.pro_list ul li a:active p {
		background-color: #fbd301;
	}

	/**video**/
	.ly_video {
		width: 100%;
		overflow: hidden;
		margin: 0 auto;
		padding: 0.48rem 0;
		background: url(../images/video_bg.jpg) center center no-repeat;
		background-size: cover;
	}

	.vd_tit {
		width: 94%;
		overflow: hidden;
		margin: 0 auto 0.48rem;
		padding: 0;
	}

	.vd_tit h5 {
		width: 100%;
		overflow: hidden;
		color: #fff;
		font-size: 0.3rem;
		text-align: center;
		margin: 0 auto 0.04rem;
		padding: 0;
	}

	.vd_tit span {
		display: block;
		width: 100%;
		overflow: hidden;
		color: rgba(255, 255, 255, 0.5);
		font-size: 0.22rem;
		text-align: center;
		margin: 0 auto;
		padding: 0;
	}

	.video_main {
		width: 94%;
		overflow: hidden;
		margin: 0 auto;
		padding: 0 0 0.48rem;
		background: url(../images/vd_ty.png) left bottom repeat-x;
		background-size: 0.02rem 0.48rem;
	}

	.video_main .vd_con {
		width: 100%;
		overflow: hidden;
		margin: 0 auto;
		padding: 0.2rem;
		background-color: #fff;
		box-sizing: border-box;
	}

	.video_main .ly_vd {
		width: 100%;
		overflow: hidden;
		margin: 0 auto;
		padding: 0;
		background-color: #f5f5f5;
	}

	/**link**/
	.ly_links {
		width: 100%;
		overflow: hidden;
		margin: 0 auto;
		padding: 0.48rem 0;
		background-color: #f5f5f5;
	}

	.ly_links .lk_main {
		width: 94%;
		overflow: hidden;
		margin: 0 auto;
		padding: 0.24rem 0.24rem 0.24rem 1.44rem;
		background-color: #fff;
		box-sizing: border-box;
		position: relative;
	}

	.lk_main .lk_tit {
		width: 1.2rem;
		height: 15rem;
		overflow: hidden;
		margin: -7.50rem 0 0;
		padding: 0;
		position: absolute;
		left: 0;
		top: 50%;
	}

	.lk_tit img {
		display: block;
		width: 1.2rem;
		height: 15rem;
		overflow: hidden;
		margin: 0;
		padding: 0;
	}

	.lk_main ul li {
		display: inline-block;
		margin: 0.2rem 0;
		padding: 0 0.2rem;
	}

	.lk_main ul li a {
		color: #666;
		font-size: 0.26rem;
	}

	.lk_main ul li a:active {
		color: #fbd301;
		text-decoration: underline;
	}

	/**foot**/
	.ly_foot {
		width: 100%;
		overflow: hidden;
		margin: 0 auto;
		padding: 0.48rem 0;
		background-color: #2e3234;
	}

	.ly_foot .ft_main {
		width: 94%;
		overflow: hidden;
		margin: 0 auto;
		padding: 0;
	}

	.ft_main .ft_logo {
    width: 100%;
    height: 100%;
    overflow: hidden;
    margin: 0 auto 0.48rem;
    padding: 0;
}

	.ft_logo a img {
    display: block;
    height: 100%;
    overflow: hidden;
    margin: 0 auto;
    padding: 0;
    width: 50%;
    margin-left: 120px;
}

	.ft_main .ft_contact {
		width: 90%;
		overflow: hidden;
		margin: 0.48rem auto;
		padding: 0;
	}

	.ft_contact ul li {
    width: 100%;
    color: #fff;
    margin: 0 auto 0.24rem;
    position: relative;
    box-sizing: border-box;
	font-size:16px
}
	.ft_contact ul li p{
		font-size:14px;
		margin-left:20px
	}
	.ft_contact ul li img {
		display: block;
		width: 20px;
		height: 20px;
		overflow: hidden;
		margin: 0;
		padding: 0;
		position: absolute;
		left: 0;
		top: 0;
	}
	.a {
    width: 100%;
    height: 100%;
}
	.ft_contact ul li span {
		color: #999;
	}

	.ft_contact ul li a {
		color: #fff;
	}

	.ft_main .ft_line1 {
		width: 2px;
		height: 120px;
		overflow: hidden;
		margin: 0;
		padding: 0 8%;
		float: left;
		display: none;
	}

	.ft_line1 img {
		display: block;
		width: 2px;
		height: 120px;
		overflow: hidden;
		margin: 0;
		padding: 0;
	}
	.ft_main .ft_ewm {
		width: 100%;
		overflow: hidden;
		margin: 0.48rem auto;
		padding: 0;
	}
	.ft_ewm img {
    display: block;
    width: 40%;
    overflow: hidden;
    margin: 0 auto 0.24rem;
    padding: 0;
}

	.ft_ewm p {
		width: 100%;
		overflow: hidden;
		margin: 0 auto 0.24rem;
		padding: 0;
		color: #fff;
		font-size: 0.32rem;
		text-align: center;
	}

	.ft_main .ft_copy {
		width: 90%;
		overflow: hidden;
		margin: 0 auto;
		padding: 0;
		text-align: center;
	}

	.ft_copy span {
		display: inline-block;
		line-height: 0.4rem;
		color: rgba(255, 255, 255, 0.2);
		font-size: 0.24rem;
		padding: 0;
	}

	.ft_copy span a {
		color: rgba(255, 255, 255, 0.2);
	}

	.ft_copy span a:active {
		color: #fbd301;
	}

	/**nybanner**/
	.nybanner {
		width: 100%;
		height: 3.6rem;
		overflow: hidden;
		margin: 0 auto 0.48rem;
		padding: 0;
		position: relative;
	}

	.nybanner img {
		display: block;
		width: 19.20rem;
		height: 3.6rem;
		overflow: hidden;
		margin: -1.8rem 0 0 -9.6rem;
		position: absolute;
		left: 50%;
		top: 50%;
	}

	/**nymain**/
	.ny_main {
		width: 94%;
		overflow: hidden;
		margin: 0.48rem auto;
		padding: 0;
	}

	.ny_main .ny_l {
		width: 100%;
		overflow: hidden;
		margin: 0 auto 0.24rem;
		padding: 0;
	}

	.ny_main .ny_r {
		width: 100%;
		overflow: hidden;
		margin: 0 auto;
		padding: 0;
	}

	.ny_l .ny_lcon {
		width: 100%;
		overflow: hidden;
		margin: 0 auto 0.24rem;
		padding: 0;
	}

	.ny_ltit {
		width: 100%;
		height: 0.8rem;
		overflow: hidden;
		line-height: 0.4rem;
		color: #fff;
		font-size: 0.32rem;
		font-weight: bold;
		margin: 0 auto;
		padding: 0.2rem;
		background-color: #fbd301;
		box-sizing: border-box;
	}

	.ny_ltit span {
		display: inline-block;
		font-size: 0.22rem;
		font-weight: normal;
		font-style: italic;
		margin: 0 0 0 0.12rem;
	}

	.ny_lcon ul {
		width: 100%;
		overflow: hidden;
		margin: 0 auto;
		padding: 0.24rem 0.24rem 0;
		border-right: 0.01rem solid #dfdfdf;
		border-bottom: 0.01rem solid #dfdfdf;
		border-left: 0.01rem solid #dfdfdf;
		box-sizing: border-box;
	}

	.ny_lcon ul li {
		width: 48%;
		overflow: hidden;
		margin: 0 4% 0.24rem 0;
		padding: 0;
		background-color: #f8f8f8;
		float: left;
	}

	.ny_lcon ul li:nth-child(2n+2) {
		margin: 0 0 0.24rem 0;
	}

	.ny_lcon ul li a {
		display: block;
		width: 100%;
		height: 0.8rem;
		overflow: hidden;
		line-height: 0.8rem;
		color: #333;
		font-size: 0.28rem;
		background: #f5f5f5 url(../images/jt_tb2.png) 2.7rem 0.28rem no-repeat;
		margin: 0 auto;
		padding: 0 0.24rem;
		box-sizing: border-box;
	}

	.ny_lcon ul li a:active,
	.ny_lcon ul li a.nyon {
		color: #fff;
		background: #fbd301 url(../images/jt_tb3.png) 2.7rem 0.28rem no-repeat;
	}

	.ny_lcon ul li.pro_mli {
		width: 100%;
		overflow: hidden;
		margin: 0 0 0.24rem 0;
		padding: 0;
		background: none;
	}

	.ny_lcon ul li.pro_mli a {
		background: #f5f5f5 url(../images/jt_tb2.png) 6.0rem 0.28rem no-repeat;
	}

	.ny_lcon ul li.pro_mli a:active,
	.ny_lcon ul li.pro_mli a.nyon {
		color: #fff;
		background: #fbd301 url(../images/jt_tb3.png) 6.0rem 0.28rem no-repeat;
	}

	.ny_lcon ul li .pro_menu {
		width: 100%;
		overflow: hidden;
		margin: 0.24rem auto 0;
		padding: 0;
	}

	.ny_lcon ul li .pro_menu a {
		display: block;
		width: 50%;
		height: 0.6rem;
		overflow: hidden;
		line-height: 0.6rem;
		color: #999;
		font-size: 0.24rem;
		margin: 0 0 0.12rem 0;
		padding: 0 0.24rem;
		background: none;
		box-sizing: border-box;
	}

	.ny_lcon ul li.pro_mli .pro_menu a {
		float: left;
	}

	.ny_lcon ul li .pro_menu a:active,
	.ny_lcon ul li.pro_mli .pro_menu a:active {
		color: #fbd301;
		background: none;
	}

	.ny_lnew {
		width: 100%;
		overflow: hidden;
		margin: 0 auto;
		padding: 0.24rem 0.24rem 0.24rem;
		border-right: 0.01rem solid #dfdfdf;
		border-bottom: 0.01rem solid #dfdfdf;
		border-left: 0.01rem solid #dfdfdf;
		box-sizing: border-box;
	}

	.ny_lnew ol li {
		width: 100%;
		height: 0.8rem;
		overflow: hidden;
		line-height: 0.8rem;
		margin: 0 auto;
		padding: 0;
		border-bottom: 0.01rem dotted #dfdfdf;
	}

	.ny_lnew ol li a {
		color: #666;
		font-size: 0.28rem;
	}

	.ny_lnew ol li a:active {
		color: #fbd301;
	}

	.ny_lnew ol li a span {
		display: block;
		width: 0.1rem;
		height: 0.1rem;
		overflow: hidden;
		margin: 0.35rem 0.2rem 0.35rem 0;
		padding: 0;
		background-color: #fbd301;
		border-radius: 50%;
		float: left;
	}

	.ny_lcon .ny_llxwm {
		width: 100%;
		overflow: hidden;
		margin: 0 auto;
		padding: 0.24rem 0.24rem 0;
		border-right: 0.01rem solid #dfdfdf;
		border-bottom: 0.01rem solid #dfdfdf;
		border-left: 0.01rem solid #dfdfdf;
		box-sizing: border-box;
	}

	.ny_llxwm p {
		width: 100%;
		overflow: hidden;
		line-height: 0.4rem;
		color: #333;
		font-size: 0.28rem;
		margin: 0 auto 0.24rem;
		padding: 0;
	}

	.ny_llxwm p span,
	.ny_llxwm p em {
		color: #999;
		font-style: normal;
	}

	.ny_llxwm p a {
		color: #fbd301;
		text-decoration: underline;
	}

	.ny_llxwm p a:active {
		color: #fbd301;
	}

	.ny_r .ab_con1 {
		width: 100%;
		overflow: hidden;
		margin: 0 auto 0.48rem;
		padding: 0;
	}

	.ab_con1 h3 {
		width: 100%;
		overflow: hidden;
		margin: 0 auto 0.24rem;
		padding: 0;
		color: #333;
		font-size: 0.4rem;
	}

	.ab_con1 p {
		width: 100%;
		overflow: hidden;
		line-height: 0.44rem;
		color: #999;
		font-size: 0.28rem;
		text-align: justify;
	}

	.ab_con1 p img {
		display: block;
		width: 100%;
		overflow: hidden;
		margin: 0 auto 0.24rem;
		padding: 0;
	}

	.ny_r .ab_con2 {
		width: 100%;
		overflow: hidden;
		margin: 0.48rem auto;
		padding: 0.48rem 0.24rem;
		background: #fbd301 url(../images/ab2_bg.jpg) bottom center no-repeat;
		background-size: 100%;
		box-sizing: border-box;
	}

	.ab_con2 .ab_con2_text {
		width: 100%;
		overflow: hidden;
		margin: 0 auto 0.24rem;
		padding: 0;
	}

	.ab_con2_text h5 {
		width: 100%;
		overflow: hidden;
		color: #fff;
		font-size: 0.4rem;
		margin: 0 auto 0.24rem;
		padding: 0;
	}

	.ab_con2_text p {
		width: 100%;
		overflow: hidden;
		line-height: 0.44rem;
		color: #fff;
		font-size: 0.28rem;
		text-align: justify;
		text-indent: 2em;
		margin: 0 auto;
		padding: 0;
	}

	.ab_con2 .ab_con2_img {
		width: 100%;
		overflow: hidden;
		margin: 0;
		padding: 0;
	}

	.ab_con2_img img {
		display: block;
		width: 88%;
		overflow: hidden;
		margin: 0 auto;
		padding: 0;
	}

	.ny_r .ab_con3 {
		width: 100%;
		overflow: hidden;
		margin: 0.48rem auto;
		padding: 0;
	}

	.ab_con3 .ab_con3_img {
		width: 100%;
		overflow: hidden;
		margin: 0 auto 0.48rem;
		padding: 0;
	}

	.ab_con3_img img {
		display: block;
		width: 100%;
		overflow: hidden;
		margin: 0 auto;
		padding: 0;
	}

	.ab_con3 .ab_con3_text {
		width: 100%;
		overflow: hidden;
		margin: 0;
		padding: 0;
		background: url(../images/ab_con3bg.png) center center no-repeat;
	}

	.ab_con3_text h5 {
		width: 100%;
		overflow: hidden;
		color: #333;
		font-size: 0.4rem;
		margin: 0 auto 0.24rem;
		padding: 0;
	}

	.ab_con3_text ul li {
		width: 100%;
		overflow: hidden;
		line-height: 0.4rem;
		color: #333;
		font-size: 0.28rem;
		margin: 0 0 0.24rem;
		padding: 0;
	}

	.ab_con3_text ul li span {
		color: #999;
	}

	.ab_con3_text ul li.l1 {
		text-indent: 0.4rem;
	}

	.ab_con3_text ul li.l2 {
		text-indent: 0.8rem;
	}

	.ab_con3_text ul li.l3 {
		text-indent: 1.2rem;
	}

	.ab_con3_text ul li.l4 {
		text-indent: 1.6rem;
	}

	/**历史沿革**/
	.lsyg {
		width: 94%;
		overflow: hidden;
		margin: 0 auto;
		padding: 0.48rem 3%;
		background-color: #f8f8f8;
	}

	.lsyg .lsyg_tit {
		width: 100%;
		overflow: hidden;
		color: #333;
		font-size: 0.4rem;
		text-align: center;
		margin: 0 auto 0.48rem;
		padding: 0;
	}

	.lsyg_tit p {
		width: 0.4rem;
		height: 0.02rem;
		overflow: hidden;
		margin: 0.01rem auto 0;
		padding: 0;
		background-color: #333;
	}

	.lsyg .lsyg_list {
		width: 100%;
		overflow: hidden;
		margin: 0 auto;
		padding: 0.24rem 0;
		background: url(../images/lsyg_m_line.png) center top no-repeat;
		background-size: 0.14rem 36rem;
	}

	.lsyg_list .lsyg_l,
	.lsyg_list .lsyg_r {
		width: 51.2%;
		overflow: hidden;
		margin: 0 0 0.02rem;
		padding: 0;
	}

	.lsyg_list .lsyg_l {
		float: left;
	}

	.lsyg_list .lsyg_r {
		float: right;
	}

	.lsyg_l h5,
	.lsyg_r h5 {
		width: 100%;
		height: 0.4rem;
		line-height: 0.4rem;
		color: #333;
		font-size: 0.32rem;
		margin: 0;
		padding: 0;
		box-sizing: border-box;
	}

	.lsyg_l p,
	.lsyg_r p {
		width: 100%;
		overflow: hidden;
		line-height: 0.40rem;
		color: #999;
		font-size: 0.26rem;
		text-align: justify;
		margin: 0;
		padding: 0;
		box-sizing: border-box;
	}

	.lsyg_l h5,
	.lsyg_l p {
		text-align: right;
		padding: 0 0.68rem 0 0;
	}

	.lsyg_r h5,
	.lsyg_r p {
		padding: 0 0 0 0.68rem;
	}

	.lsyg_l h5 {
		background: url(../images/lsyg_l_line.png) center right no-repeat;
		background-size: 0.48rem 0.16rem;
	}

	.lsyg_r h5 {
		background: url(../images/lsyg_r_line.png) center left no-repeat;
		background-size: 0.48rem 0.16rem;
	}

	/**渠道加盟**/
	.join_list {
		width: 94%;
		overflow: hidden;
		margin: 0 auto 0.48rem;
		padding: 0;
	}

	.join_list ul li {
		width: 100%;
		overflow: hidden;
		margin: 0 auto 0.48rem;
		padding: 0;
	}

	.join_list ul li .join_img {
		width: 100%;
		overflow: hidden;
		margin: 0 auto 0.24rem;
		padding: 0;
	}

	.join_img img {
		display: block;
		width: 100%;
		overflow: hidden;
		margin: 0 auto;
		padding: 0;
	}

	.join_list ul li .join_text {
		width: 100%;
		overflow: hidden;
		margin: 0 auto;
		padding: 0;
	}

	.join_text h5 {
		width: 100%;
		height: 0.8rem;
		overflow: hidden;
		line-height: 0.8rem;
		color: #333;
		font-size: 0.32rem;
		margin: 0 auto 0.12rem;
		padding: 0;
	}

	.join_text h5 span {
		display: block;
		width: 0.18rem;
		height: 0.18rem;
		overflow: hidden;
		background-color: #fbd301;
		border-radius: 50%;
		margin: 0.31rem 0.24rem 0.31rem 0;
		padding: 0;
		float: left;
	}

	.join_text p {
		width: 100%;
		overflow: hidden;
		line-height: 0.4rem;
		margin: 0;
		padding: 0;
		color: #666;
		font-size: 0.26rem;
		text-indent: 2em;
		text-align: justify;
	}

	.join_text p span {
		display: block;
		width: 100%;
		height: 0.44rem;
		line-height: 0.44rem;
		color: #666;
		font-size: 0.26rem;
		text-indent: 0;
		margin: 0;
		padding: 0 0 0 0.52rem;
		box-sizing: border-box;
	}

	.join_text p span em {
		display: block;
		width: 0.12rem;
		height: 0.12rem;
		overflow: hidden;
		border: 0.01rem solid #fbd301;
		border-radius: 50%;
		margin: 0.15rem 0.2rem 0.15rem 0;
		padding: 0;
		float: left;
	}

	.join_form {
		width: 94%;
		overflow: hidden;
		margin: 0.48rem auto;
		padding: 0;
	}

	.join_form .join_fm_tit {
		width: 100%;
		overflow: hidden;
		color: #333;
		font-size: 0.4rem;
		margin: 0 auto 0.48rem;
		padding: 0;
	}

	.join_form .join_fl,
	.join_form .join_fr {
		width: 100%;
		overflow: hidden;
		margin: 0 auto 0.48rem;
		padding: 0;
	}

	.join_fl ul li {
		width: 100%;
		overflow: hidden;
		margin: 0 auto 0.24rem;
		padding: 0;
	}

	.join_fl ul li p {
		width: 100%;
		overflow: hidden;
		color: #666;
		font-size: 0.28rem;
		margin: 0 auto 0.12rem;
		padding: 0;
	}

	.join_fl ul li .join_ipt {
		width: 100%;
		overflow: hidden;
		border: 0.01rem solid #dfdfdf;
		padding: 0;
		margin: 0;
		box-sizing: border-box;
	}

	.join_fl ul li .join_btn {
		width: 100%;
		overflow: hidden;
		padding: 0;
		margin: 0.1rem 0 0;
	}

	.join_ipt input,
	.join_ipt select {
		display: block;
		width: 100%;
		height: 0.76rem;
		overflow: hidden;
		line-height: 0.36rem;
		color: #666;
		font-size: 0.28rem;
		border: none;
		outline: none;
		margin: 0;
		padding: 0.2rem;
		box-sizing: border-box;
	}

	.join_btn input {
		display: block;
		width: 100%;
		height: 0.76rem;
		overflow: hidden;
		line-height: 0.36rem;
		color: #fff;
		font-size: 0.28rem;
		background-color: #fbd301;
		border: none;
		outline: none;
		margin: 0;
		padding: 0.2rem;
		box-sizing: border-box;
	}

	.join_fl ul li .fm_half {
		width: 48%;
		margin: 0 4% 0 0;
		float: left;
	}

	.join_fl ul li .fm_half:nth-child(2n+2) {
		margin: 0;
	}

	.join_fl ul li .fm_half .join_ipt {
		width: 100%;
	}

	.join_ipt textarea {
		display: block;
		width: 100%;
		height: 2.4rem;
		overflow: hidden;
		line-height: 0.36rem;
		color: #666;
		font-size: 0.28rem;
		border: none;
		outline: none;
		resize: none;
		margin: 0;
		padding: 0.1rem 0.2rem;
		box-sizing: border-box;
	}

	.join_fr p {
		width: 100%;
		overflow: hidden;
		margin: 0 auto 0.24rem;
		padding: 0;
		color: #333;
		font-size: 0.28rem;
		font-weight: bold;
	}

	.join_fr ul li {
		width: 100%;
		overflow: hidden;
		line-height: 0.6rem;
		color: #666;
		font-size: 0.28rem;
	}

	/**news**/
	.news_list {
		width: 100%;
		overflow: hidden;
		margin: 0.48rem auto;
		padding: 0;
	}

	.news_list ul li {
		width: 100%;
		height: 2rem;
		overflow: hidden;
		margin: 0 auto 0.24rem;
		padding: 0;
	}

	.news_list ul li a {
		display: block;
		width: 100%;
		height: 2rem;
		overflow: hidden;
		margin: 0 auto 20px;
		padding: 0;
		background-color: #f8f8f8;
	}

	.news_list ul li a .news_img {
		width: 36%;
		height: 2rem;
		overflow: hidden;
		margin: 0;
		padding: 0;
		position: relative;
		float: left;
	}

	.news_img img {
		display: block;
		max-width: 100%;
		max-height: 100%;
		margin: auto;
		padding: 0;
		position: absolute;
		left: 0;
		top: 0;
		right: 0;
		bottom: 0;
	}

	.news_list ul li a .news_text {
		width: 64%;
		height: 2rem;
		overflow: hidden;
		margin: 0;
		padding: 0.2rem;
		box-sizing: border-box;
		float: right;
	}

	.news_list ul li a .news_text .news_tit {
		width: 100%;
		height: 0.4rem;
		overflow: hidden;
		line-height: 0.4rem;
		color: #333;
		font-size: 0.28rem;
		margin: 0 auto;
		padding: 0;
	}

	.news_list ul li a .news_text span {
		display: block;
		width: 100%;
		overflow: hidden;
		color: #999;
		font-size: 0.22rem;
		margin: 0.1rem auto;
		padding: 0;
	}

	.news_list ul li a .news_text p {
		width: 100%;
		height: 0.72rem;
		overflow: hidden;
		line-height: 0.36rem;
		color: #999;
		font-size: 0.24rem;
		text-indent: 2em;
		text-align: justify;
		margin: 0 auto;
		padding: 0;
	}

	.news_list ul li a:active {
		background-color: #fafafa;
	}

	.news_list ul li a:active .news_text .news_tit {
		color: #fbd301;
	}

	.ly_page {
		width: 100%;
		overflow: hidden;
		margin: 0 auto 0.48rem;
		padding: 0;
		text-align: center;
	}

	.ly_page ul li {
		display: inline-block;
		height: 0.6rem;
		overflow: hidden;
		margin: 0;
		padding: 0;
	}

	.ly_page ul li a {
		display: block;
		width: 0.58rem;
		height: 0.58rem;
		overflow: hidden;
		line-height: 0.58rem;
		color: #999;
		font-size: 0.24rem;
		text-align: center;
		border: 0.01rem solid #dfdfdf;
		float: left;
		margin: 0 0.02rem;
	}

	.ly_page ul li a.pn {
		width: 1.18rem;
	}

	.ly_page ul li a:active {
		color: #fff;
		border: 0.01rem solid #fbd301;
		background-color: #fbd301;
	}

	/**newsdetail**/
	.news_detail {
		width: 100%;
		overflow: hidden;
		margin: 0 auto;
		padding: 0;
	}

	.news_detail h3 {
		width: 100%;
		overflow: hidden;
		line-height: 0.48rem;
		color: #333;
		font-size: 0.4rem;
		margin: 0 auto 0.24rem;
		padding: 0;
	}

	.news_detail .nwdtl_tip {
		width: 100%;
		height: 0.6rem;
		overflow: hidden;
		line-height: 0.6rem;
		color: #999;
		font-size: 0.22rem;
		margin: 0 auto 0.48rem;
		padding: 0 0.24rem;
		background-color: #f5f5f5;
		box-sizing: border-box;
	}

	.nwdtl_tip span {
		display: inline-block;
		margin: 0 0.2rem 0 0;
	}

	.news_detail .nwdtl_con {
		width: 100%;
		overflow: hidden;
		margin: 0.48rem auto 0;
		padding: 0;
	}

	.nwdtl_con p {
		width: 100%;
		overflow: hidden;
		line-height: 0.44rem;
		color: #666;
		font-size: 0.28rem;
		text-indent: 2em;
		text-align: justify;
		margin: 0 auto 0.24rem;
		padding: 0;
	}

	.nwdtl_con img {
		display: inline-block;
		max-width: 100%;
		overflow: hidden;
		margin: 0.24rem auto;
		padding: 0;
	}

	.prev_next {
		width: 100%;
		overflow: hidden;
		margin: 0.24rem auto 0.48rem;
		padding: 0;
	}

	.prev_next ul li {
		width: 100%;
		height: 0.8rem;
		overflow: hidden;
		margin: 0 auto 0.24rem;
		padding: 0;
		float: left;
	}

	.prev_next ul li a {
		display: block;
		width: 100%;
		height: 0.8rem;
		overflow: hidden;
		margin: 0;
		padding: 0 0.24rem;
		background-color: #f5f5f5;
		box-sizing: border-box;
	}

	.prev_next ul li a p {
		width: 100%;
		height: 0.8rem;
		overflow: hidden;
		margin: 0;
		padding: 0;
		line-height: 0.8rem;
		color: #333;
		font-size: 0.28rem;
	}

	.prev_next ul li a:active {
		background-color: #fbd301;
	}

	.prev_next ul li a:active p {
		color: #fff;
	}

	/**products**/
	.products_list {
		width: 100%;
		overflow: hidden;
		margin: 0 auto 0.24rem;
		padding: 0;
	}

	.products_list ul li {
		width: 100%;
		height: 2rem;
		overflow: hidden;
		margin: 0 auto 0.24rem;
		padding: 0;
		background-color: #f8f8f8;
		position: relative;
	}

	.products_list ul li a .prolist_img {
		width: 32%;
		height: 2rem;
		overflow: hidden;
		margin: 0;
		padding: 0;
		background-color: #f5f5f5;
		float: left;
		position: relative;
	}

	.prolist_img img {
		display: block;
		max-width: 100%;
		max-height: 100%;
		margin: auto;
		padding: 0;
		position: absolute;
		left: 0;
		top: 0;
		right: 0;
		bottom: 0;
	}

	.products_list ul li .prolist_text {
		width: 68%;
		height: 2rem;
		overflow: hidden;
		margin: 0;
		padding: 0.2rem;
		box-sizing: border-box;
	}

	.prolist_text .prolist_tit {
		width: 100%;
		height: 0.4rem;
		overflow: hidden;
		line-height: 0.4rem;
		color: #333;
		font-size: 0.28rem;
		margin: 0 auto;
		padding: 0;
	}

	.products_list ul li a:active .prolist_text .prolist_tit {
		color: #fbd301;
	}

	.prolist_text p {
		width: 100%;
		overflow: hidden;
		margin: 0.12rem auto 0;
		padding: 0;
	}

	.prolist_text p b {
		display: block;
		width: 100%;
		height: 0.36rem;
		overflow: hidden;
		line-height: 0.36rem;
		color: #333;
		font-size: 0.24rem;
	}

	.prolist_text p span {
		display: block;
		width: 100%;
		height: 0.72rem;
		overflow: hidden;
		line-height: 0.36rem;
		color: #999;
		font-size: 0.24rem;
		text-indent: 2em;
		text-align: justify;
	}

	.prolist_text em.pro_check {
		display: none;
	}

	/**technology**/
	.tec_r1 {
		width: 100%;
		height: 2rem;
		margin: 0 auto 0.72rem;
		padding: 0;
	}

	.tec_r1 ul li {
		width: 32%;
		height: 1.6rem;
		margin: 0 2% 0 0;
		padding: 0.2rem 0;
		background-color: #fff;
		box-shadow: 0 0.1rem 0.2rem rgba(32, 50, 68, 0.1);
		float: left;
	}

	.tec_r1 ul li:nth-child(3n+3) {
		margin: 0;
	}

	.tec_r1 ul li img {
		display: block;
		width: 1.0rem;
		height: 1.0rem;
		overflow: hidden;
		margin: 0 auto 0.12rem;
		padding: 0;
	}

	.tec_r1 ul li p {
		width: 100%;
		overflow: hidden;
		margin: 0 auto;
		padding: 0;
		color: #333;
		font-size: 0.24rem;
		text-align: center;
	}

	.tec_r2 {
		width: 100%;
		overflow: hidden;
		margin: 0 auto;
		padding: 0;
	}

	.tec_r2 h5 {
		width: 100%;
		overflow: hidden;
		margin: 0 auto 0.24rem;
		padding: 0;
		color: #333;
		font-size: 0.32rem;
		text-align: justify;
	}

	.tec_r2 p {
		width: 100%;
		overflow: hidden;
		line-height: 0.4rem;
		margin: 0 auto 0.24rem;
		padding: 0;
		color: #666;
		font-size: 0.26rem;
		text-align: justify;
		text-indent: 2em;
	}

	/**hnr**/
	.hnr {
		width: 100%;
		overflow: hidden;
		margin: 0.72rem auto;
		padding: 0;
		background: url(../images/hnr_bg1.png) 0 bottom no-repeat;
		background-size: 100% 50%;
	}

	.hnr .hnrlist {
		width: 94%;
		overflow: hidden;
		margin: 0 auto;
		padding: 0;
	}

	.hnrlist ul li {
		width: 100%;
		overflow: hidden;
		margin: 0 auto 0.24rem;
		padding: 0;
		box-sizing: border-box;
	}

	/*.hnrlist ul li:nth-child(1) { padding-left: 1.80rem;}
	.hnrlist ul li:nth-child(2) { padding-left: 1.68rem;}
	.hnrlist ul li:nth-child(3) { padding-left: 1.56rem;}
	.hnrlist ul li:nth-child(4) { padding-left: 1.44rem;}
	.hnrlist ul li:nth-child(5) { padding-left: 1.32rem;}
	.hnrlist ul li:nth-child(6) { padding-left: 1.20rem;}
	.hnrlist ul li:nth-child(7) { padding-left: 1.08rem;}
	.hnrlist ul li:nth-child(8) { padding-left: 0.96rem;}
	.hnrlist ul li:nth-child(9) { padding-left: 0.84rem;}
	.hnrlist ul li:nth-child(10) { padding-left: 0.72rem;}
	.hnrlist ul li:nth-child(11) { padding-left: 0.60rem;}
	.hnrlist ul li:nth-child(12) { padding-left: 0.48rem;}
	.hnrlist ul li:nth-child(13) { padding-left: 0.24rem;}
	.hnrlist ul li:nth-child(14) { padding-left: 0;}*/
	.hnrlist ul li b {
		display: block;
		width: 100%;
		overflow: hidden;
		color: #333;
		font-size: 0.28rem;
		margin: 0;
		padding: 0;
	}

	.hnrlist ul li p {
		display: block;
		width: 100%;
		overflow: hidden;
		line-height: 0.4rem;
		color: #666;
		font-size: 0.26rem;
		text-align: justify;
		margin: 0;
		padding: 0 0 0 0.24rem;
		box-sizing: border-box;
	}

	/**honor**/
	.ly_honor {
		width: 100%;
		overflow: hidden;
		margin: 0 auto;
		padding: 0.72rem 0 0.36rem;
		background-color: #f5f5f5;
	}

	.ly_honor .honor_tit {
		width: 94%;
		overflow: hidden;
		color: #333;
		font-size: 0.32rem;
		text-align: center;
		margin: 0 auto 0.48rem;
		padding: 0;
	}

	.ly_honor .honor_list {
		width: 94%;
		overflow: hidden;
		margin: 0 auto;
		padding: 0;
	}

	.honor_list ul li {
		width: 48%;
		overflow: hidden;
		margin: 0 4% 0.48rem 0;
		padding: 0;
		float: left;
	}

	.honor_list ul li:nth-child(2n+2) {
		margin: 0 0 0.24rem;
	}

	.honor_list ul li .honor_img {
		width: 100%;
		height: 2.0rem;
		overflow: hidden;
		margin: 0 auto 0.24rem;
		padding: 0;
		background-color: #fff;
		position: relative;
	}

	.honor_img img {
		display: block;
		max-width: 100%;
		max-height: 100%;
		margin: auto;
		padding: 0;
		position: absolute;
		left: 0;
		top: 0;
		right: 0;
		bottom: 0;
	}

	.honor_list ul li p {
		width: 100%;
		height: 0.3rem;
		overflow: hidden;
		line-height: 0.3rem;
		color: #333;
		font-size: 0.24rem;
		font-weight: bold;
		text-align: center;
		margin: 0 auto;
		padding: 0;
	}

	/**tec_3**/
	.tec_3 {
		width: 94%;
		overflow: hidden;
		margin: 0.72rem auto;
		padding: 0;
	}

	.tec_3 p {
		width: 100%;
		overflow: hidden;
		line-height: 0.44rem;
		color: #666;
		font-size: 0.26rem;
		text-align: justify;
		margin: 0 auto 0.48rem;
		padding: 0;
	}

	.tec_3 p b {
		color: #333;
	}

	.tec_3 ul li {
		width: 48%;
		height: 2rem;
		overflow: hidden;
		margin: 0 4% 0.48rem 0;
		padding: 0;
		float: left;
		position: relative;
	}

	.tec_3 ul li:nth-child(2n+2) {
		margin: 0 0 0.48rem;
	}

	.tec_3 ul li img {
		display: block;
		max-width: 100%;
		max-height: 100%;
		margin: auto;
		padding: 0;
		position: absolute;
		left: 0;
		top: 0;
		right: 0;
		bottom: 0;
	}

	/**tec_4**/
	.tec_4 {
		width: 94%;
		overflow: hidden;
		margin: 0.72rem auto 0.36rem;
		padding: 0;
	}

	.tec_4 .tec4_tit1 {
		width: 100%;
		overflow: hidden;
		color: #333;
		font-size: 0.32rem;
		margin: 0 auto 0.48rem;
		padding: 0;
	}

	.tec_4 .tec4_con,
	.tec_4 .tec4_list {
		width: 100%;
		overflow: hidden;
		margin: 0 auto 0.48rem;
		padding: 0;
	}

	.tec4_con b {
		display: block;
		width: 100%;
		overflow: hidden;
		color: #333;
		font-size: 0.28rem;
		margin: 0 auto 0.24rem;
		padding: 0;
	}

	.tec4_con p {
		width: 100%;
		overflow: hidden;
		line-height: 0.4rem;
		color: #666;
		font-size: 0.24rem;
		text-align: justify;
		text-indent: 2em;
		margin: 0 auto;
		padding: 0;
	}

	.tec4_list b {
		display: block;
		width: 100%;
		overflow: hidden;
		color: #333;
		font-size: 0.28rem;
		margin: 0 auto;
		padding: 0;
	}

	.tec4_list ul li {
		width: 100%;
		overflow: hidden;
		margin: 0 4% 0 0;
		padding: 0.48rem 0;
		border-bottom: 0.01rem solid #dfdfdf;
		float: left;
	}

	.tec4_list ul li:nth-child(2n+2) {
		margin: 0;
	}

	.tec4_list ul li .zj_img {
		width: 32%;
		overflow: hidden;
		margin: 0 4% 0 0;
		padding: 0;
		float: left;
	}

	.zj_img img {
		display: block;
		width: 100%;
		overflow: hidden;
	}

	.tec4_list ul li .zj_text {
		width: 64%;
		overflow: hidden;
		margin: 0;
		padding: 0;
	}

	.zj_text p {
		width: 100%;
		overflow: hidden;
		color: #333;
		font-size: 0.28rem;
		font-weight: bold;
		margin: 0 auto 0.24rem;
		padding: 0;
	}

	.zj_text span {
		display: block;
		width: 100%;
		overflow: hidden;
		line-height: 0.40rem;
		color: #666;
		font-size: 0.24rem;
		text-indent: 2em;
		text-align: justify;
		margin: 0 auto;
		padding: 0;
	}

	/**tec_5**/
	.tec_5 {
		width: 100%;
		overflow: hidden;
		margin: 0 auto 0.72rem;
		padding: 0.72rem 0;
		background: url(../images/tec5_bg.jpg) center center no-repeat;
		background-size: 200% 120%
	}

	.tec_5 .tec5_main {
		width: 94%;
		overflow: hidden;
		margin: 0 auto;
		padding: 0;
	}

	.tec5_main .tec5_tit {
		width: 100%;
		overflow: hidden;
		margin: 0 auto 0.72rem;
		padding: 0;
	}

	.tec5_tit img {
		display: block;
		width: 4rem;
		overflow: hidden;
		margin: 0 auto;
		padding: 0;
	}

	.tec5_main ul {
		width: 100%;
		margin: 0 auto;
	}

	.tec5_main ul li {
		width: 100%;
		overflow: hidden;
		color: #fff;
		font-size: 0.28rem;
		text-align: center;
		margin: 0 auto 0.24rem;
		padding: 0 0.24rem;
		box-sizing: border-box;
	}

	/**tec_6**/
	.tec_6 {
		width: 94%;
		overflow: hidden;
		margin: 0.72rem auto;
		padding: 0;
	}

	.tec_6 .tec6_tit {
		width: 100%;
		overflow: hidden;
		margin: 0 auto 0.48rem;
		padding: 0;
		color: #333;
		font-size: 0.32rem;
		text-align: center;
	}

	.tec_6 ol li,
	.tec_6 ul li {
		width: 100%;
		overflow: hidden;
		margin: 0 auto 0.48rem;
		padding: 0;
	}

	.tec_6 ol li .tec6_img {
		width: 100%;
		overflow: hidden;
		margin: 0 auto 0.2rem;
		padding: 0;
	}

	.tec_6 ul li .tec6_img {
		width: 100%;
		overflow: hidden;
		margin: 0 auto 0.2rem;
		padding: 0;
		border: 0.01rem solid #eaeaea;
		box-sizing: border-box;
	}

	.tec6_img img {
		display: block;
		width: 100%;
		overflow: hidden;
		margin: 0 auto;
		padding: 0;
	}

	.tec_6 ol li p,
	.tec_6 ul li p {
		width: 100%;
		overflow: hidden;
		line-height: 0.4rem;
		margin: 0 auto;
		padding: 0;
		color: #333;
		font-size: 0.28rem;
		font-weight: bold;
		text-align: center;
	}

	.tec_6 ol li span,
	.tec_6 ul li span {
		display: block;
		width: 100%;
		overflow: hidden;
		line-height: 0.4rem;
		margin: 0 auto;
		padding: 0;
		color: #666;
		font-size: 0.28rem;
		text-align: center;
	}

	/**tec_7**/
	.tec_7 {
		width: 100%;
		overflow: hidden;
		margin: 0.72rem auto;
		padding: 0.72rem 0 0.36rem;
		background-color: #f5f5f5;
	}

	.tec_7 .tec7_main {
		width: 94%;
		overflow: hidden;
		margin: 0 auto;
		padding: 0;
	}

	.tec7_main .tec7_tit {
		width: 100%;
		overflow: hidden;
		margin: 0 auto 0.48rem;
		padding: 0;
		color: #333;
		font-size: 0.32rem;
		text-align: center;
	}

	.tec7_main ul li {
		width: 48%;
		overflow: hidden;
		margin: 0 4% 0.48rem 0;
		padding: 0;
		float: left;
	}

	.tec7_main ul li:nth-child(2n+2) {
		margin: 0 0 0.48rem;
	}

	.tec7_main ul li .tec7_img {
		width: 100%;
		height: 2rem;
		overflow: hidden;
		margin: 0 auto 0.2rem;
		padding: 0;
		position: relative;
	}

	.tec7_img img {
		display: block;
		max-width: 100%;
		max-height: 100%;
		margin: auto;
		padding: 0;
		position: absolute;
		left: 0;
		top: 0;
		right: 0;
		bottom: 0;
	}

	.tec7_main ul li p {
		width: 100%;
		overflow: hidden;
		line-height: 0.4rem;
		margin: 0 auto;
		padding: 0;
		color: #333;
		font-size: 0.28rem;
		font-weight: bold;
		text-align: center;
	}

	/**tec_8**/
	.tec_8 {
		width: 94%;
		overflow: hidden;
		margin: 0.72rem auto;
		padding: 0;
	}

	.tec_8 .tec8_tit {
		width: 100%;
		overflow: hidden;
		margin: 0 auto 0.48rem;
		padding: 0;
		color: #333;
		font-size: 0.32rem;
		text-align: center;
	}

	.tec_8 ul li {
		width: 100%;
		overflow: hidden;
		margin: 0 auto 0.48rem;
		padding: 0;
	}

	.tec_8 ul li .tec8_img {
		width: 100%;
		overflow: hidden;
		margin: 0 auto 0.2rem;
		padding: 0;
	}

	.tec8_img img {
		display: block;
		width: 100%;
		overflow: hidden;
		margin: 0 auto;
		padding: 0;
	}

	.tec_8 ul li p {
		width: 100%;
		overflow: hidden;
		line-height: 0.4rem;
		margin: 0 auto;
		padding: 0;
		color: #333;
		font-size: 0.28rem;
		font-weight: bold;
		text-align: center;
	}

	/**产品详细介绍**/
	.prodetail_con {
		width: 100%;
		overflow: hidden;
		margin: 0 auto;
		padding: 0;
	}

	.prodetail_con .prodetail_tit {
		width: 100%;
		height: 0.4rem;
		overflow: hidden;
		line-height: 0.4rem;
		color: #333;
		font-size: 0.32rem;
		margin: 0 auto 0.24rem;
		padding: 0.2rem 0;
		border-bottom: 0.01rem solid #dfdfdf;
	}

	.prodetail_con .pro_xxjs {
		width: 100%;
		overflow: hidden;
		margin: 0.24rem auto 0.48rem;
		padding: 0;
	}

	.pro_xxjs b {
		display: block;
		width: 100%;
		overflow: hidden;
		line-height: 0.4rem;
		color: #333;
		font-size: 0.26rem;
		font-weight: bold;
		margin: 0.24rem auto 0;
		padding: 0;
	}

	.pro_xxjs p {
		display: block;
		width: 100%;
		overflow: hidden;
		line-height: 0.4rem;
		color: #666;
		font-size: 0.26rem;
		text-align: justify;
		text-indent: 2em;
		margin: 0 auto;
		padding: 0;
	}

	/**产品咨询**/
	.pro_form {
		width: 100%;
		overflow: hidden;
		margin: 0.24rem auto;
		padding: 0;
	}

	.pro_form ul li {
		width: 100%;
		overflow: hidden;
		margin: 0 auto 0.24rem;
		padding: 0;
	}

	.pro_form ul li p {
		width: 22%;
		height: 0.76rem;
		overflow: hidden;
		line-height: 0.76rem;
		color: #666;
		font-size: 0.28rem;
		margin: 0 auto 0.12rem;
		padding: 0;
		float: left;
	}

	.pro_form ul li p.pro_fmbtn_l {
		display: none;
	}

	.pro_form ul li .pro_fmipt {
		width: 78%;
		overflow: hidden;
		border: 0.01rem solid #dfdfdf;
		padding: 0;
		margin: 0;
		box-sizing: border-box;
		position: relative;
		float: left;
	}

	.pro_form ul li .pro_fmbtn {
		width: 100%;
		overflow: hidden;
		padding: 0;
		margin: 0.24rem 0 0;
		float: left;
	}

	.pro_form ul li .fm_half {
		width: 100%;
		overflow: hidden;
		margin: 0 auto 0.24rem;
	}

	.pro_fmipt input,
	.pro_fmipt select {
		display: block;
		width: 100%;
		height: 0.76rem;
		overflow: hidden;
		line-height: 0.36rem;
		color: #666;
		font-size: 0.28rem;
		border: none;
		outline: none;
		margin: 0;
		padding: 0.2rem;
		box-sizing: border-box;
	}

	.pro_fmbtn input {
		display: block;
		width: 100%;
		height: 0.80rem;
		overflow: hidden;
		line-height: 0.4rem;
		color: #fff;
		font-size: 0.28rem;
		background-color: #607783;
		border: none;
		outline: none;
		margin: 0;
		padding: 0.2rem;
		box-sizing: border-box;
	}

	.pro_fmbtn input.tj {
		margin: 0 4% 0.24rem 0;
		background-color: #fbd301;
	}

	.pro_fmipt textarea {
		display: block;
		width: 100%;
		height: 2.4rem;
		overflow: hidden;
		line-height: 0.36rem;
		color: #666;
		font-size: 0.28rem;
		border: none;
		outline: none;
		resize: none;
		margin: 0;
		padding: 0.1rem 0.2rem;
		box-sizing: border-box;
	}

	.pro_fmipt a {
		display: block;
		width: 1.9rem;
		height: 0.76rem;
		overflow: hidden;
		position: absolute;
		top: 0;
		right: 0;
	}

	.pro_fmipt a img {
		display: block;
		width: 1.9rem;
		height: 0.76rem;
		margin: 0 auto;
		padding: 0;
	}

	/**prodetail**/
	.pro_detail_main {
		width: 94%;
		overflow: hidden;
		margin: 0.48rem auto;
		padding: 0;
	}

	.pro_detail_main .pro_detail_img {
		width: 100%;
		overflow: hidden;
		margin: 0 auto 0.48rem;
		padding: 0.15rem;
		border: 0.01rem solid #dfdfdf;
		box-sizing: border-box;
	}

	.pro_detail_img .pro_detail_img_main {
		width: 100%;
		overflow: hidden;
		margin: 0 auto;
		padding: 0;
	}

	.pro_detail_img_main img {
		display: block;
		width: 100%;
		overflow: hidden;
		margin: 0 auto;
		padding: 0;
	}

	.pro_detail_main .pro_detail_text {
		width: 100%;
		overflow: hidden;
		margin: 0 auto;
		padding: 0;
	}

	.pro_detail_text h3 {
		width: 100%;
		overflow: hidden;
		line-height: 0.48rem;
		color: #fbd301;
		font-size: 0.4rem;
		text-align: justify;
		margin: 0 auto;
		padding: 0;
	}

	.pro_detail_text ul {
		width: 100%;
		margin: 0.48rem auto;
		padding: 0;
	}

	.pro_detail_text ul li {
		width: 100%;
		overflow: hidden;
		line-height: 0.4rem;
		color: #999;
		font-size: 0.26rem;
		text-align: justify;
		margin: 0.1rem auto;
		padding: 0;
	}

	.pro_detail_text ul li span {
		color: #333;
		font-weight: bold;
	}

	.pro_detail_text .pro_detail_btn {
		width: 100%;
		height: 0.76rem;
		overflow: hidden;
		margin: 0 auto;
		padding: 0;
	}

	.pro_detail_btn a {
		display: block;
		width: 48%;
		height: 0.76rem;
		overflow: hidden;
		line-height: 0.76rem;
		color: #fff;
		font-size: 0.28rem;
		text-align: center;
		margin: 0 auto;
		padding: 0;
		float: left;
	}

	.pro_detail_btn a.prodtl_btn1 {
		background-color: #fbd301;
		margin: 0 4% 0.24rem 0;
	}

	.pro_detail_btn a.prodtl_btn2 {
		background-color: #fbd301;
	}

	.pro_detail_btn a.prodtl_btn1:hover {
		background-color: #0085cb;
	}

	.pro_detail_btn a.prodtl_btn2:hover {
		background-color: #009e74;
	}

	/**tjpro**/
	.tjpro {
		width: 94%;
		overflow: hidden;
		margin: 0.48rem auto;
		padding: 0;
	}

	.tjpro .tjpro_tit {
		width: 100%;
		overflow: hidden;
		color: #333;
		font-size: 0.32rem;
		margin: 0 auto 0.24rem;
		padding: 0;
	}

	.tjpro .tjpro_list {
		width: 100%;
		overflow: hidden;
		margin: 0 auto;
		padding: 0.35rem 0.23rem;
		border: 0.01rem solid #dfdfdf;
		box-sizing: border-box;
	}

	.tjpro_list .ly_scroll {
		width: 100%;
		height: 2.58rem;
		overflow: hidden;
		margin: 0 auto;
		padding: 0;
	}

	.ly_scroll ul li {
		width: 2.9rem;
		overflow: hidden;
		margin: 0 0.24rem 0 0;
		padding: 0;
		float: left;
	}

	.ly_scroll ul li a {
		width: 100%;
		overflow: hidden;
		margin: 0 auto;
		padding: 0;
	}

	.ly_scroll ul li a .ly_scroll_img {
		width: 2.9rem;
		height: 1.94rem;
		overflow: hidden;
		margin: 0 auto;
		padding: 0;
		background-color: #f8f8f8;
		position: relative;
	}

	.ly_scroll_img img {
		display: block;
		max-width: 100%;
		max-height: 100%;
		overflow: hidden;
		margin: auto;
		padding: 0;
		position: absolute;
		left: 0;
		top: 0;
		right: 0;
		bottom: 0;
	}

	.ly_scroll ul li a p {
		width: 100%;
		height: 0.64rem;
		overflow: hidden;
		margin: 0 auto;
		padding: 0;
		line-height: 0.64rem;
		color: #fff;
		font-size: 0.26rem;
		text-align: center;
		background-color: #fbd301;
	}

	.ly_scroll ul li a:active p {
		background-color: #fbd301;
	}

	/**service**/
	.svc_1,
	.svc_2 {
		width: 94%;
		overflow: hidden;
		margin: 0.72rem auto;
		padding: 0;
	}

	.svc_1 .svc1_tit {
		width: 100%;
		overflow: hidden;
		color: #333;
		font-size: 0.32rem;
		text-align: center;
		margin: 0 auto 0.48rem;
		padding: 0;
	}

	.svc_2 .svc2_tit {
		width: 100%;
		overflow: hidden;
		margin: 0 auto 0.48rem;
		padding: 0;
	}

	.svc2_tit h5 {
		width: 100%;
		overflow: hidden;
		color: #333;
		font-size: 0.32rem;
		margin: 0 auto 0.1rem;
		padding: 0;
		text-align: center;
	}

	.svc2_tit p {
		width: 100%;
		overflow: hidden;
		color: #fbd301;
		font-size: 0.26rem;
		margin: 0 auto;
		padding: 0;
		text-align: center;
	}

	.svc2_tit p span {
		color: #fbd301;
	}

	.svc_2 .svc2_num {
		width: 100%;
		overflow: hidden;
		margin: 0.6rem auto;
		padding: 0;
	}

	.svc2_num ul li {
		overflow: hidden;
		margin: 0;
		padding: 0;
		float: left;
	}

	.svc2_num ul li:nth-child(1),
	.svc2_num ul li:nth-child(2) {
		width: 50%;
		margin: 0 0 0.24rem;
	}

	.svc2_num ul li:nth-child(3),
	.svc2_num ul li:nth-child(4),
	.svc2_num ul li:nth-child(5) {
		width: 33.333333%;
	}

	.svc2_num ul li .num_main1,
	.svc2_num ul li .num_main2,
	.svc2_num ul li .num_main3,
	.svc2_num ul li .num_main4,
	.svc2_num ul li .num_main5 {
		overflow: hidden;
		margin: 0 auto;
		padding: 0;
	}

	.svc2_num ul li .num_main1,
	.svc2_num ul li .num_main2 {
		width: 2.4rem;
		height: 2.4rem;
		border-radius: 0.24rem;
	}

	.svc2_num ul li .num_main3,
	.svc2_num ul li .num_main4,
	.svc2_num ul li .num_main5 {
		width: 2rem;
		height: 2rem;
		border-radius: 0.2rem;
	}

	.num_main1,
	.num_main5 {
		background-color: #fbd301;
	}

	.num_main2,
	.num_main4 {
		background-color: #0cb0d3;
	}

	.num_main3 {
		background-color: #fbd301;
	}

	.num_main1 b,
	.num_main2 b {
		display: block;
		width: 100%;
		overflow: hidden;
		margin: 0.60rem auto 0.12rem;
		padding: 0;
		color: #fff;
		font-size: 0.8rem;
		text-align: center;
	}

	.num_main3 b,
	.num_main4 b,
	.num_main5 b {
		display: block;
		width: 100%;
		overflow: hidden;
		margin: 0.48rem auto 0;
		padding: 0;
		color: #fff;
		font-size: 0.8rem;
		text-align: center;
	}

	.num_main1 p,
	.num_main2 p,
	.num_main3 p,
	.num_main4 p,
	.num_main5 p {
		width: 100%;
		overflow: hidden;
		margin: 0 auto;
		padding: 0;
		color: #fff;
		font-size: 0.22rem;
		text-align: center;
	}

	.svc_2 .svc2_text {
		width: 100%;
		overflow: hidden;
		margin: 0 auto;
		padding: 0;
	}

	.svc2_text p {
		width: 100%;
		overflow: hidden;
		line-height: 0.4rem;
		color: #666;
		font-size: 0.24rem;
		text-align: center;
		margin: 0 auto 0.24rem;
		padding: 0;
	}

	.svc2_text p span {
		color: #fbd301;
	}

	.svc2_text p font {
		color: #0cb0d3;
	}

	.svc2_text p em {
		color: #fbd301;
		font-style: normal;
	}

	.svc2_text b {
		display: block;
		width: 100%;
		overflow: hidden;
		line-height: 0.4rem;
		color: #333;
		font-size: 0.32rem;
		text-align: center;
		margin: 0 auto;
		padding: 0;
	}

	.svc_1 .svc1_map {
		width: 100%;
		overflow: hidden;
		margin: 0 auto;
		padding: 0;
	}

	.svc1_map img {
		display: block;
		width: 100%;
		overflow: hidden;
		margin: 0 auto;
		padding: 0;
	}

	.svc_1 .svc1_r {
		width: 100%;
		overflow: hidden;
		margin: 0.48rem auto 0;
		padding: 0;
	}

	.svc1_r .svc1_list {
		width: 100%;
		height: 3rem;
		overflow-y: scroll;
		margin: 0 auto 0.48rem;
		padding: 0.24rem;
		background-color: #f5f5f5;
		box-sizing: border-box;
	}

	.svc1_list ul {
		width: 100%;
		overflow: hidden;
		margin: 0 auto;
		padding: 0;
	}

	.svc1_list ul li {
		display: inline-block;
		height: 0.6rem;
		line-height: 0.6rem;
		color: #666;
		font-size: 0.24rem;
		margin: 0 0 0.24rem;
		padding: 0 0.24rem;
		cursor: pointer;
		float: left;
	}

	.svc1_list ul li.tabActive {
		color: #fff;
		background-color: #fbd301;
	}

	.svc_1 .svc1_lxfs {
		width: 100%;
		overflow: hidden;
		margin: 0 auto 0.48rem;
		padding: 0;
	}

	.svc1_lxfs h5 {
		width: 100%;
		overflow: hidden;
		line-height: 0.4rem;
		margin: 0 auto 0.24rem;
		padding: 0 0 0 0.1rem;
		color: #fbd301;
		font-size: 0.28rem;
		box-sizing: border-box;
		text-align: justify;
	}

	.svc1_lxfs p {
		width: 100%;
		overflow: hidden;
		margin: 0 auto 0.24rem;
		padding: 0 0 0 0.1rem;
		color: #333;
		font-size: 0.28rem;
		box-sizing: border-box;
	}

	.svc1_lxfs ul li {
		width: 100%;
		overflow: hidden;
		overflow: hidden;
		line-height: 0.44rem;
		color: #666;
		font-size: 0.26rem;
		text-align: justify;
		margin: 0 auto 0.12rem;
		padding: 0 0 0 0.48rem;
		position: relative;
		box-sizing: border-box;
	}

	.svc1_lxfs ul li img {
		display: block;
		width: 0.4rem;
		height: 0.4rem;
		overflow: hidden;
		margin: 0;
		padding: 0;
		position: absolute;
		left: 0.02rem;
		top: 0.02rem;
	}

	.svc1_lxfs .svc_ewm {
		width: 4rem;
		height: 4rem;
		overflow: hidden;
		margin: 0 0 0 0.01rem;
		padding: 0;
		border: 0.01rem solid #dfdfdf;
		box-sizing: border-box;
	}

	.svc_ewm img {
		display: block;
		width: 100%;
		overflow: hidden;
		margin: 0 auto;
		padding: 0;
	}

	/**面包屑导航**/
	.ly_crb {
		width: 94%;
		overflow: hidden;
		line-height: 0.44rem;
		margin: 0.48rem auto;
		padding: 0;
		color: #666;
		font-size: 0.26rem;
	}

	.ly_crb a {
		color: #666;
	}

	.ly_crb a:hover {
		color: #fbd301;
	}

	.ly_crb span,
	.ly_crb em {
		color: #999;
		font-style: normal;
	}

	.ly_crb img {
		display: block;
		width: 0.4rem;
		height: 0.4rem;
		overflow: hidden;
		margin: 0 0.1rem 0 0;
		padding: 0;
		float: left;
	}
}


#maximg img {
	max-width: 100% !important;
	height: auto !important
}

/*AB模版网新增翻页样式 各类模版第一站 www.adminbuy.cn*/
.pagess {
	clear: both;
	margin: 20px;
	overflow: hidden;
	margin-left: 0px;
	text-align: center;
	font-size: 16px
}

.pagess ul li {
	display: inline-block;
	border: 1px solid #ccc;
	padding: 2px 9px;
	margin: 0 3px;
	line-height: 20px;
	background: #fff;
	color: #999
}

.pagess ul li:hover {
	background: #ccc;
	color: #fff;
	border: 1px solid #ccc
}

.pagess ul li:hover a {
	color: #fff;
}

.pagess ul li.thisclass {
	display: inline-block;
	border: 1px solid #ccc;
	padding: 2px 9px;
	margin: 0 3px;
	background: #ccc;
	color: #fff;
}

.pagess ul li.thisclass a {
	color: #fff;
}

.pagess ul li a {
	display: block;
	color: #999
}

.pagess ul li a:hover {
	color: #fff;
}

.case .offset {
	margin-left: -30px;
	margin-bottom: -30px;
	margin-top: 48px;
}

.case .offset .list>li {
	float: left;
	width: 33.33%;
	padding-left: 30px;
	padding-bottom: 30px;
	box-sizing: border-box;
}

.case .offset .list>li .box {
	display: block;
	position: relative;
}

.case .offset .list>li .box .pic img {
	max-width: 100%;
	display: block;
	/* min-height:285px */
}
.case .offset .list>li .box .fbox {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	opacity: 0;
	transition: .3s ease;
	background: rgba(0, 0, 0, 0.61);
}

.case .offset .list>li .box .fbox .font {
	border: 1px solid #ffffff;
	position: absolute;
	left: 13px;
	right: 13px;
	top: 13px;
	bottom: 13px;
	text-align: center;
	color: #ffffff;
	/* padding-top: 20%; */
}

.case .offset .list>li .box .fbox .font .p1 {
	font-size: 18px;
}

.case .offset .list>li .box .fbox .font .p2 {
	font-size: 16px;
	font-weight: bold;
	padding: 5px 0;
}

.case .offset .list>li .box .fbox .font .p3 {
	font-size: 18px;
	color: #fff;
}

.case .offset .list>li .box .fbox .font .p4 {
	background: #fbd301;
	margin-left: 20px;
	padding: 5px 20px;
}

.case .offset .list>li .box:hover .fbox {
	opacity: 1;
}


@media (max-width: 1024px) {
	.case .offset .list {
		/* margin: 0 10px; */
	}

	.case .offset .list>li {
		width: 50%;
		padding-bottom: 10px;
	}

	.case .offset .list>li .box .pic img {
		width: 100%;
	}
}

@media (max-width: 500px) {
	.pic_price{
		display:none
	}
	.case .offset .list>li {
		/* float: none; */
		width: 50%;
		padding-left:5px;
	}
	.case .offset ul{
		margin-top:-80px
	}
	.case .offset .list>li .box .fbox {
		/* opacity: 1; */
	}
	.case .offset .list>li .box .fbox .font .p1{
		font-size:14px;
	}
	.pic_txt {
    bottom: 0;
    left: 0;
    height: 100%;
    line-height: 21px;
    color: #fff;
    text-align: center;
    width: 100%;
    background: rgba(0, 0, 0, 0.61);
    display: flex;
    font-size: 10px;
}
}

.sort {
	margin-left: -10px;
	margin-bottom: -10px;
	margin-top: -40px;
}

.sort>li {
	float: left;
	padding-left: 10px;
	padding-bottom: 10px;
}

.sort>li .box {
	padding: 8px 13px;
	background: #f4f4f4;
	display: block;
}

.sort>li .box:hover {
	background: #fbd301;
	color: #000;
}

.sort>li .on {
	background: #fbd301;
	color: #000;
}


@media (max-width: 1024px) {
	.g_title {
		float: none;
	}

	.sort {
		float: none;
	}
}

.see_btn {
	text-align: center;
	margin-bottom:20px
}

.see_btn .see_con {
	display: inline-block;
	padding: 11px 23px;
	border: 2px solid #666666;
	color: #333;
	margin-top:50px
}
.see_btn .see_con1{
	display: inline-block;
	padding: 11px 23px;
	border: 2px solid #666666;
	color: #333;
}
.see_btn a:hover {
	background: #fbd301;
}




.see_btn1 {
	text-align: center;
	margin-bottom:20px;
}

.see_btn1 .see_con {
	display: inline-block;
	padding: 11px 23px;
	border: 2px solid #666666;
	color: #333;
	margin-top:50px
}
.see_btn1 .see_con1{
	display: inline-block;
	padding: 11px 23px;
	border: 2px solid #666666;
	color: #333;
}
.see_btn1 a:hover {
	background: #fbd301;
}




.right {
	float: right;
}

.pic_txt {
	bottom: 0;
	left: 0;
	height: 100%;
	line-height: 21px;
	color: #fff;
	text-align: center;
	width: 100%;
	background: rgba(0, 0, 0, 0.61);
	display: flex;
	font-size:15px;
}

.pic_price {
	width: 110px;
	height: 35px;
	background: #fbd301;
	margin-top: -5px;
	line-height: 35px;
	border-radius: 0px 20px 20px 0px;
}

.mb60 {
	margin-top: 60px;
}

.fb20 {
	font-size: 20px;
}

.fbox_price {
	position: absolute;
	bottom: 80px;
	width: 100%;
	text-align: center;
	color: #fff;
}

.fbox_price a {
	color: #fff;
	background: #fbd301;
	margin-left: 20px;
	padding: 5px 20px;
}

.met-index-body {
	padding: 70px 0px;
	background: #fff;
	position: relative;
	z-index: 2
}

.met-index-body:nth-of-type(odd) {
	background: #f0f0f0
}

.met-index-body h3 {
	font-size: 42px;
	margin-top: 0px;
	text-align: center;
	color: #111;
	font-weight: 500
}

.met-index-body p.subtitle {
	font-size: 24px;
	text-align: center;
	color: #383838;
	margin: 10px auto
}
.form-horizontal .control-label{
	text-align:left
}
.met-index-body p.desc {
	font-size: 16px;
	line-height: 26px;
	color: #808080;
	text-align: center
}

@media (max-width:991px) {
	.met-index-body {
		padding: 60px 0px
	}
}

@media (max-width:767px) {
	.met-index-body {
		padding: 50px 0px;
		border-top: 1px solid #e7e7e7
	}

	.met-index-body h3 {
		font-size: 22px
	}

	.met-index-body p.desc {
		font-size: 16px
	}
}

.met-index-team .team-list {
	padding: 0;
	margin: 0
}

.met-index-team .team-list .swiper-slide {
	text-align: center;
	background: #fff
}

.met-index-team .team-list .swiper-slide .item-inner {
	-webkit-transition: .3s;
	transition: .3s;
	box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.15)
}

.met-index-team .team-list .swiper-slide .item-inner .team-btn {
	width: 100%;
	height: 348px;
	background-repeat: no-repeat;
	background-size: cover;
	display: block
}

.met-index-team .team-list .swiper-slide .item-inner .team-content {
	min-height: 230px;
	padding: 15px 30px 30px;
	line-height: 26px
}

.met-index-team .team-list .swiper-slide .item-inner .team-content .team-title {
	margin: 0;
	line-height: 30px;
	color: #808080;
	font-size: 16px
}

.met-index-team .team-list .swiper-slide .item-inner .team-content .team-title h3 {
	font-size: 24px;
	margin-top: 20px;
	margin-bottom: 10px;
	font-weight: 400
}

.met-index-team .team-list .swiper-slide .item-inner .team-content .team-more {
	font-size: 15px
}

.met-index-team .team-list .swiper-slide .item-inner .team-content .team-more .icon {
	font-size: 20px;
	position: relative;
	top: 3px;
	left: 3px
}

@media (max-width:767px) {
	.met-index-team .team-btn {
		height: 180px !important
	}
}

.swiper-container {
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	z-index: 1
}

.swiper-container-no-flexbox .swiper-slide {
	float: left
}

.swiper-container-vertical>.swiper-wrapper {
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	-ms-flex-direction: column;
	-webkit-flex-direction: column;
	flex-direction: column
}

.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	-ms-transition-property: -ms-transform;
	transition-property: transform;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-o-transform: translate(0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.swiper-container-multirow>.swiper-wrapper {
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap
}

.swiper-container-free-mode>.swiper-wrapper {
	-webkit-transition-timing-function: ease-out;
	-moz-transition-timing-function: ease-out;
	-ms-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	margin: 0 auto
}

.swiper-slide {
	-webkit-flex-shrink: 0;
	-ms-flex: 0 0 auto;
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
	height: auto
}

.swiper-container-autoheight .swiper-wrapper {
	-webkit-box-align: start;
	-ms-flex-align: start;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	-webkit-transition-property: -webkit-transform, height;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	-ms-transition-property: -ms-transform;
	transition-property: transform, height
}

.swiper-container .swiper-notification {
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
	opacity: 0;
	z-index: -1000
}

.swiper-wp8-horizontal {
	-ms-touch-action: pan-y;
	touch-action: pan-y
}

.swiper-wp8-vertical {
	-ms-touch-action: pan-x;
	touch-action: pan-x
}

.swiper-button-next,
.swiper-button-prev {
	position: absolute;
	top: 50%;
	width: 27px;
	height: 44px;
	margin-top: -22px;
	z-index: 10;
	cursor: pointer;
	-moz-background-size: 27px 44px;
	-webkit-background-size: 27px 44px;
	background-size: 27px 44px;
	background-position: center;
	background-repeat: no-repeat
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
	opacity: .35;
	cursor: auto;
	pointer-events: none
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
	left: 10px;
	right: auto
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
	right: 10px;
	left: auto
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.swiper-pagination {
	position: absolute;
	text-align: center;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
	opacity: 0
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
	bottom: 10px;
	left: 0;
	width: 100%
}

.swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	display: inline-block;
	border-radius: 100%;
	background: #000;
	opacity: .2
}

button.swiper-pagination-bullet {
	border: none;
	margin: 0;
	padding: 0;
	box-shadow: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-webkit-appearance: none;
	appearance: none
}

.right_t .intro {
	background: #f4f4f4;
	color: #666;
	padding: 10px;
}

.right_t .intro .h1 {
	font-size: 20px;
	font-weight: bold;
}

.right_t .intro .h2 {
	font-size: 16px;
	padding: 16px 0 20px 0;
	margin-left:-160px
}


.right_t .intro .p1 {
    font-size: 16px;
    line-height: 24px;
    padding-bottom: 10px;
    text-align: left;
    padding: 10px 50px;
    border-right: 1px solid black;
}

.right_t .intro .sort {
	margin-top: 32px;
}

.cysj,
.dbzp {
	font-size: 16px;
}

.floor_4 {
	padding: 80px 0 80px;
	position: relative;
}

.you-new {
	overflow: hidden;
	padding: 0;
}

.you-new .new-time {
	width: 8%;
	float: left;
	height: 65px;
	border: 1px solid #bcbcbc;
}

.you-new .new-time .time-day {
	background-color: #bcbcbc;
	color: #fff;
	font-size: 26px;
	display: block;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-weight: 600;
}

.you-new .new-time .time-month {
	color: #bcbcbc;
	line-height: 25px;
	text-align: center;
	display: block;
}

.you-new .new-infor {
	width: 90%;
	float: left;
	padding-left: 10px;
}

.you-new .new-infor .new-title {
	width: 100%;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	padding-bottom: 5px;
}

.you-new .new-infor .new-title a {
	font-size: 16px;
	font-weight: 600;
	color: #333;
	text-decoration: none;
}

.you-new .new-infor .new-title a:hover {
	color: #fee101;
}

.you-new .new-infor .new-min {
	width: 100%;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	line-height: 20px;
	font-size: 12px;
	color: #555;
}

.you-new ul li {
	overflow: hidden;
	cursor: pointer;
	margin-bottom: 30px;
}

.you-new ul li:hover>.new-time {
	border: 1px solid #fee101;
}

.you-new ul li:hover>.new-time .time-day {
	background-color: #fee101 !important;
}

.you-new ul li:hover>.new-time .time-month {
	color: #fee101;
}

.page7 {
	/* background: #f4f6f8; */
	padding-bottom: 30px;
}

.link_list ul {
	width: 100%;
	margin: 0 auto;
}

.link_list ul li {
	width: 25%;
	float: left;
}

.link_list ul li a {
	display: block;
	margin: 12px;
	border: 1px solid #e8e8e8;
	text-align: center;
	background: #fff;
}

.link_list ul li a img {
	width: 100%;
}

.link_list ul li a:hover {
	transform: translateY(-10px);
	-o-transform: translateY(-10px);
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	-ms-transform: translateY(-10px);
}

.page_tit {
	padding: 40px 0;
	text-align: center;
}

.page_tit h3 {
	font-size: 44px;
	color: #000;
	letter-spacing: 5px;
}

.page_tit h3 span {
	color: #0098e8;
}

.page_tit p {
	height: 16px;
	background: url(../images/icon3.png) no-repeat center center;
	margin-top: 20px;
}

.wrap {
	width: 100%;
	margin: 0 auto;
	max-width: 1200px;
	position: relative;
}

/*首页第一块产品分类*/
.product {
	background: #fff;
	width: 100%;
	padding: 40px 0px;
	margin: 0px auto;
}
.product .bd {
	width: 95%;
	max-width: 1230px;
	height: 370px;
	margin: 0px auto;
	margin: 40px auto 40px;
	overflow: hidden;
}
.product .bd li {
	position: relative;
	display: block;
	float: left;
	width: 22.5%;
	height: 370px;
	background: url(../images/product-bg.png) no-repeat;
	background-size: 100% 100%;
	background-position: left top;
	margin: 0 15px 0 15px;
	overflow: hidden;
}
.product .bd li>a {
	display: block;
	display: flex;
	justify-content: center;
	align-items: center;
	display: -webkit-box;
	-webkit-box-pack: center;
	-webkit-box-align: center;
}
.product .bd li .img {
	max-width: 100%;
	max-height: 100%;
	width: 100%;
	margin: 30px auto 0px auto;
	transition-duration: .5s;
	-ms-transition-duration: .5s;
	-moz-transition-duration: .5s;
	-webkit-transition-duration: .5s;
}
.product .bd li .name {
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
	height: 60px;
	overflow: hidden;
	background: #7a7b7b;
	color: #fff;
	text-align: center;
	transition-duration: .5s;
	-ms-transition-duration: .5s;
	-moz-transition-duration: .5s;
	-webkit-transition-duration: .5s;
}
.product .bd li .name p a {
	display: block;
	height: 60px;
	line-height: 60px;
	font-size: 20px;
	font-weight: normal;
	text-transform: uppercase;
	color: #fff;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.product .bd li .name span a {
	color: #fff;
	display: block;
	background: url(../images/product-line.png) no-repeat;
	background-position: center bottom;
	font-size: 16px;
	font-weight: normal;
	text-align: center;
	padding: 0 10px 12px;
	height: 25px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.product .bd li:hover .img {
	margin-top: 20px;
}
.product .bd li:hover .name {
	height: 110px;
	background: #4d779e;
}
.product .arrow {
	margin: 0px auto;
	text-align: center;
}
.product .arrow a {
	position: relative;
	display: inline-block;
	width: 90px;
	height: 28px;
	border: 1px solid #ddd;
	border-radius: 30px;
	margin: 0px 10px;
	overflow: hidden;
	cursor: pointer;
	transition-duration: .5s;
	-ms-transition-duration: .5s;
	-moz-transition-duration: .5s;
	-webkit-transition-duration: .5s;
}
.product .arrow a:hover {
	background-color: #4d779e;
	border: 1px solid #4d779e;
}
.product .arrow a:hover img {
	margin-top: -28px;
}

.h_tlt1 {
	width: 100%;
	text-align: center;
	position: relative;
	padding-bottom: 10px;
}

.h_tlt1:after {
	content: '';
	width: 60px;
	height: 2px;
	background: #7a9bba;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -30px;
}

.h_tlt1 h2 {
	font-size: 24px;
	font-weight: bold;
	color: #333;
	text-align: center;
	display: inline-block;
	vertical-align: top;
	height: 40px;
	line-height: 40px;
	margin-right: 5px;
}

.sy_gg {
	width: 100%;
}

.sy_gg img {
	max-width: 100%;
	height: auto;
}

.product .bd li .name:hover {
	background: #fbd301;
	color: #fbd301;
	cursor: pointer;
}

/*小屏幕*/
@media (max-width:880px) {
	.product {
		padding: 20px 0px;
	}

	.product .bd {
		height: 200px;
	}

	.product .bd li {
		height: 200px;
	}

	.product .bd li .img {
		margin: 10px auto 0px auto;
	}

	.product .bd li:hover .img {
		margin-top: 0;
	}

	.product .bd li .name {
		bottom: -21px;
	}

	.product .bd li .name p a {
		height: 40px;
		line-height: 40px;
		font-size: 16px;
	}

	.product .bd li .name span a {
		font-size: 12px;
	}
}

.news_slide_box {
	margin-top: 22px;
	position: relative;
	width: 100%;
	overflow: hidden;
}

.news_slide_box .bd {
	width: 100%;
	height: 100%;
}

.news_slide_box .bd a {
	display: block;
	position: relative;
	width: 100%;
	padding-bottom: 75.3%;
}

.news_slide_box .bd a img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.news_slide_box .bd a span {
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 4rem;
	padding: 0 1.5rem;
	line-height: 4rem;
	font-size: 1.6rem;
	color: #FFFFFF;
	background: rgba(75, 179, 68, 0.54);
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.news_slide_box .prev,
.news_slide_box .next {
	position: absolute;
	top: 50%;
	width: 3rem;
	height: 10rem;
	margin-top: -5rem;
	background-repeat: no-repeat;
	cursor: pointer;
	background-color: rgba(84, 84, 84, 0.4);
	background-position: center center;
}

.news_slide_box .prev {
	left: 0;
	background-image: url(../images/slide_arrl.png);
}

.news_slide_box .next {
	right: 0;
	background-image: url(../images/slide_arrr.png);
}

.news_list,
.show-list {
	margin-bottom: 60px;
	background: #fff !important;
}

.news_list li {
	margin-top: 22px;
	overflow: hidden;
}

.news_list li .news_pic {
	padding-left: 0;
}

.news_list li .news_pic a {
	display: block;
	position: relative;
	padding-bottom: 65.82%;
}

.news_list li .news_pic img {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}

.news_list li .news_tit {
	display: block;
	font-size: 16px;
	color: #323232;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.news_list li .news_tit:hover {
	color: #fbd301;
	text-decoration: none;
}

.news_list li .news_time {
	margin-top: 10px;
	font-size: 14px;
	color: #999999;
	overflow: hidden;
}

.news_list li .news_desc {
	height: 40px;
	line-height: 20px;
	font-size: 14px;
	color: #646464;
	margin-top: 10px;
	overflow: hidden;
}

.news_list_2 li {
	margin: 0 0 15px;
	padding-bottom: 15px;
	border-bottom: 1px dashed #DDDDDD;
}

@media (max-width:767px) {
	.news_list li .news_tit {
		margin-top: 10px;
	}

	.news_list li>div {
		padding: 0;
	}
}

.news {
	background: #f1f1f1;
}

.news_list_1 {
	position: relative;
}

.news_top_t {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: rgba(255, 255, 255, .6);
}

.demo {
	margin-top: 50px;
}

.font30 {
	font-size: 30px;
	text-align: center;
	margin-top: 40px;
}

.news_top_t:hover {
	color: #fbd301;
}

.new1 ul:hover {
	-moz-box-shadow: 2px 2px 14px #8F8F8F;
	-webkit-box-shadow: 2px 2px 14px #8F8F8F;
	box-shadow: 2px 2px 14px #8F8F8F;
}

.show-list ul li {
	overflow: hidden;
	padding: 4px;
	border-bottom: 1px #d2d2d2 dashed;
	padding-left: 22px;
	background: url(../images/news_li.png) no-repeat left 10px;
	margin-top: 10px;
}

.show-list ul li h3 {
	line-height: 16px;
	font-family: "微软雅黑";
}

.show-list ul li h3 a {
	font-size: 14px;
	color: #313131;
	max-width: 70%;
	white-space: nowrap;
	overflow: hidden;
	display: inline-block;
	text-overflow: ellipsis;
}

.show-list ul li h3 span {
	float: right;
	font-size: 12px;
	color: #666;
}

/*toolbar*/
#toolbar2 {
	display: none;
}

#toolbar {
	width: 90px;
	position: fixed;
	right: 20px;
	top: 70%;
	margin-top: -136px;
	z-index: 1000000;
}

#toolbar ul {}

#toolbar li {
	width: 90px;
	height: 90px;
	float: left;
	margin: 4px 0px;
	position: relative;
}

#toolbar li .t_item {
	width: 90px;
	height: 90px;
	background: #fbd301;
	text-align: center;
	line-height: 90px;
	display: block;
	border-radius: 5px 0 0 5px;
	color: #fff;
	text-decoration: none;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 2;
}

#toolbar li a.t_item:hover,
#toolbar li a.cur {
	background: #212021;
}

.tool_qq {
	position: absolute;
	left: -118px;
	top: 0px;
	width: 118px;
	padding: 0 10px 0 0;
	display: none;
}

.tool_qq_con {
	width: 108px;
	padding: 10px 0;
	float: left;
	border: 1px solid #fbd301;
	background: #fff;
	text-align: center;
}

.tool_tel {
	width: 170px;
	height: 90px;
	background: #212021;
	position: absolute;
	left: 0px;
	top: 0px;
	line-height: 90px;
	font-size: 18px;
	color: #fff;
	padding: 0 0 0 10px;
	white-space: nowrap;
	border-radius: 5px 0 0 5px;
}

.tool_weixin {
	position: absolute;
	top: 0px;
	width: 118px;
	left: -118px;
	padding: 0 10px 0 0;
	display: none;
}

.t_wx_con {
	width: 108px;
	background: #fff;
	border: 1px solid #fbd301;
	padding: 3px;
	text-align: center;
	font-size: 14px;
	line-height: 22px;
}

.t_wx_con img {
	width: 100px;
	height: 100px;
}

.t1 i {
	width: 90px;
	height: 90px;
	background: url(../img/u1.png) no-repeat center center;
	display: block;
}

.t2 i {
	width: 90px;
	height: 90px;
	background: url(../img/u2.png) no-repeat center center;
	display: block;
}

.t3 i {
	width: 90px;
	height: 90px;
	background: url(../img/u3.png) no-repeat center center;
	display: block;
}

.t4 i {
	width: 90px;
	height: 90px;
	background: url(../img/u4.png) no-repeat center center;
	display: block;
}

.t5 i {
	width: 90px;
	height: 90px;
	background: url(../img/u5.png) no-repeat center center;
	display: block;
}

.bottom {
	position: fixed;
	width: 100%;
	height: 66px;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 520;
	display: block;
}

.bottom .cul_zz {
	width: 100%;
	height: 66px;
	z-index: 521;
	display: block;
	background: #464646;
	opacity: 0.9;
}

.modal-backdrop {
	display: none;
}

.gd_txt {
	width: 100%;
	height: 56px;
	background: #eeeeee;
	margin-top: 7px;
	padding-left: 25px;
	overflow: hidden;
	line-height: 56px;
	padding-right: 10px;
}

.gd_txt span {
	float: left;
	font-size: 16px;
	color: #333333;
	font-weight: bold;
	display: inline-block;
	margin-right: 24px
}

.gd_txt p {
	float: left;
	font-size: 12px;
	color: #333333;
}

.gd_txt span.case-txt1 {
	float: right;
	width: 58px;
	height: 21px;
	background: #fbd301;
	color: #FFFFFF;
	line-height: 21px;
	text-align: center;
	margin-top: 18px;
	font-size: 14px;
}

.jz_txt {
	background: #EEEEEE;
	overflow: hidden;
	margin-top: 5px;
}

.jzt_tp {
	width: 20%;
	height: 97px;
	float: left;
	margin-right: 9%;
}

.jzt_tp img {
	width: 100%;
	height: 100%;
}

.jzt_wz {
	margin-top: 15px;
	font-size: 14px;
	color: #333333;
	line-height: 26px;
	float: left;
	width: 100%;
}

.jz_btn {
	width: 100%;
	height: 21px;
	text-align: center;
	line-height: 21px;
	background: #333;
	font-size: 12px;
	color: #FFFFFF;
}

.jz_btn:hover {
	background: #fbd301;
}
.address li {
	font-size: 16px;
	color: #888888;
	margin: 20px 0;
}

.address li span {
	color: black;
}

.map iframe {
	border: none;
}

.map {
	position: relative;
	padding: 10px;
	background-color: #FFFFFF;
	margin-bottom: 40px;
}

.map .loader {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
/*content*/
.content header .title {
	font-size: 24px;
	color: #333;
	margin: 0 0 10px 0
}
.content header .info {
	font-size: 12px;
	color: #999;
	padding: 0 0 10px 0;
	margin: 0 0 40px 0;
	border-bottom: 1px solid #ddd
}
.content header .info small {
	height: 12px;
	margin-right: 20px
}
.content p, .content h2, .content h3, .content h4, .content h5, .content h6 {
	margin-bottom: 20px
}
.content h2 {
	font-size: 18px
}
.content h3 {
	font-size: 20px
}
.content h4 {
	font-size: 16px
}
.content h5 {
	font-size: 14px
}
.content h6 {
	font-size: 12px
}
.content .mulu p {
	color: #ddd
}
.content .mulu {
	font-size: 32px;
	color: #999;
	margin-top: 30px
}
.content .mulu a {
	display: inline-block;
	cursor: pointer;
	color: #999;
	text-decoration: none;
	margin: 0 2px
}
.content .mulu a:hover {
	color: #FFE100
}
.gdxq_tit{width: 100%;border: 1px solid #dcdcdc;padding-top: 9px;padding-left: 14px;overflow: hidden;}
.gdxq_pic{width: 30%;height: 100%;float: left;padding:10px}
.gdxq_pic img{width: 100%;height: 100%;}
.gdxq_txt{float: left;
margin-left: 10px;
padding-top: 15px;}
.gdxq_time{float: left;padding-top: 17px;margin-left: 110px;}

.gdxq_txt p,.gdxq_txt h6{
	font-size:16px;
}
.design-list ul{overflow: hidden;}
.design-list ul li{float: left;padding: 6px;
/* height: 390px; */
border:1px solid #bfbfbf;margin-bottom: 16px}
.li_pic{width: 100%;height: 100%;position: relative;overflow: hidden;}
.li_pic img{width: 100%;
/* height: 100%; */
transition: all 0.8s ease-in-out;}
.li_txt{width: 100%;height: 20%;position: absolute;left: 0;bottom: 0;background: rgba(248,248,248,.66);overflow: hidden;}
.lih{float: left;}
.lih h4{font-size: 14px;color: #333333;margin-bottom: 10px;}
.lih h4 span{font-size: 20px;display: inline-block;margin-left: 20px;margin-top:20px}
.lih p{font-size: 12px;color: #333333;line-height: 22px;}
.design-list ul li:hover .li_pic img{
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}
.lih_r {
    display: block;
    border-radius: 20px;
    text-align: center;
    padding-top: 25px;
    float: right;
    margin-right: 10px;
    margin-top: 10px;
}
.see_btn2{
    border: 2px solid #666666;
    color: #333;
    margin-top: -20px;
    padding: 10px 2px;
}

.see_btn2 a:hover {
	background: #fbd301;
}
/* .lih_r{display: block; */
/* width: 64px; */
/* height: 64px; */
/* border-radius:20px;border:1px solid #000; */
/* text-align: center;padding-top: 25px;float:right;margin-right:10px;margin-top:10px;background:white} */
.tlh_r h2{line-height: 2px;}

.design-list ul li:hover.tlh_r{background: #fbd301;}
.link_list .pagination{
	margin-top: 190px;
    margin-left: -120px;
}
.pagination>li>a, .pagination>li>span{
	color:#000
}
.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover {
	z-index: 3;
	color: #fbd301;
	background-color: #eee;
	border-color: #ddd
}
.foot-bottom{
	width:1200px;
}
@media only screen and (max-width: 500px){
	.gdxq_pic {
    width: 100%;
    height: 100%;
    margin: 0 auto;
}
.gdxq_time {
    float: left;
    padding-top: 17px;
    margin-left: 80px;
	font-size:16px
}
.shj_stuan_item_height ul li {
    display: inline-block;
    width: 50%;
    padding-left: 17px;
    padding-right: 17px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    margin-bottom: 25px;
}
.shj_stuan_item>ul {
    height: auto;
}
.shj_ssjs_info {
    width: 100%;
    /* height: 309px; */
    color: #000;
    float: left;
    text-align: left;
}
.shj_stuan_item_height ul li{
	/* width:100%; */
	/* height:100%; */
}
.pagitation1 {
    margin-left: 0px;
}
.gdxq_pic, .gdxq_txt, .gdxq_time {
    float: left;
}
.gdxq_tit {
    height: auto;
}
}
.shj_stuan_item_height img{
	width:100%;
	height:100%
}
.pagitation1{
    margin-right: 899px;
}
.content p, .content h2, .content h3, .content h4, .content h5, .content h6 {
    margin-bottom: 20px;
}
.content p, .content h2, .content h3, .content h4, .content h5, .content h6 {
    margin-bottom: 20px;
}
/*首页推荐产品*/
.scrollpic {
	width: 90%;
	max-width: 1280px;
	margin: 0 auto;
	padding-bottom: 20px;
}
.scrollpic .slideGroup {
	width: 100%;
	text-align: left;
	padding-top: 30px;
	text-align: center;
}
.scrollpic .slideGroup .slideBox {
	overflow: hidden;
	zoom: 1;
	position: relative;
}
.scrollpic .slideGroup .sPrev, .slideGroup .sNext {
	background-image: url(../images/jt_l.png);
	display: inline-block;
	width: 42px;
	height: 42px;
	margin-right: 1px;
	background-color: #c1c1c1;
	border-radius: 4px 0 4px 0;
	-webkit-transition: all .25s;
	-moz-transition: all .25s;
	-ms-transition: all .25s;
	-o-transition: all .25s;
	transition: all .25s;
	margin-bottom: 20px;
}
.scrollpic .slideGroup .sNext {
	background-image: url(../images/jt_r.png);
	display: inline-block;
}
.scrollpic .slideGroup .sPrev:hover, .slideGroup .sNext:hover {
	background-color: #fbd301;
}
.scrollpic .slideGroup .parBd ul {
	overflow: hidden;
	zoom: 1;
}
.scrollpic .slideGroup .parBd ul li {
	margin: 0 8px;
	float: left;
	_display: inline;
	overflow: hidden;
	text-align: center;
	position: relative;
	border-radius: 0 0 4px 4px;
}
.scrollpic .slideGroup .parBd ul li .pic {
	text-align: center;
	border: 1px solid #ccc;
	padding: 2%;
	width: 99%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.scrollpic .slideGroup .parBd ul li .pic a {
	display: block;
	height: 250px;
	text-align: center;
	overflow: hidden;
}
.scrollpic .slideGroup .parBd ul li .pic a .iblock {
	display: inline-block;
	height: 100%;
	width: 0;
	vertical-align: middle;
}
.scrollpic .slideGroup .parBd ul li .pic img {
	max-width: 100%;
	max-height: 100%;
	vertical-align: middle;
	transition: transform .6s;
}
.scrollpic .slideGroup .parBd ul li .pic a:hover img {
	transform: scale(1.1);
}
.scrollpic .slideGroup .parBd ul li .title {
	line-height: 34px;
	background-color: #fbd301;
	position: absolute;
	bottom: 0;
	width: 100%;
}
.scrollpic .slideGroup .parBd ul li .title a {
	display: block;
	color: #fff;
	font-size: 14px;
	padding: 0 15px;
	height: 34px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.scrollpic .slideGroup .parBd ul li .title p {
	font-size: 12px;
	color: #fff;
	line-height: 20px;
	height: 0;
	overflow: hidden;
	transition-duration: .25s;
	-ms-transition-duration: .25s;
	-moz-transition-duration: .25s;
	-webkit-transition-duration: .25s;
	margin-bottom: 0;
}
.scrollpic .slideGroup .parBd ul li:hover p {
	height: 40px;
	margin-bottom: 10px;
	padding: 0 15px;
}
.scrollpic .slideGroup .parBd ul li:hover .title {
	background-color: #fbd301;
}
.scrollpic .slideGroup .parBd ul li:hover .pic {
	border: 1px solid #fbd301;
}
@media (max-width:1199px) {
.scrollpic_wrap {
	padding: 40px 0 30px;
}
}
@media (max-width:992px) {
.scrollpic_wrap {
	margin: 10px auto 0;
	padding: 0 0 30px;
}
}
@media (max-width:880px) {
}
@media (max-width:767px) {
.scrollpic {
	padding: 0 0 0;
}
}
/* .a{ */
	/* margin-left:-320px; */
/* } */
.a img {
    width: 20%;
    height: 100%;
    margin: 0 auto 20px 140px;
}
.spread_area_01 {
    padding: .5rem 1rem 1.5rem 1rem;
    background: url(../images/bg.jpg) no-repeat;
    background-position: center;
    margin: 0 auto;
    box-sizing: border-box;
}
.bj .icon {
	width: 90px;
	height: 90px;
	float: right;
}
.bj{
	margin-top: 20px;
}
.bj p{
	font-size: 16px;
	font-weight: bolder;
	word-spacing: 2px;
}
.bj p em{
	color: #fbd301;
	font-size: 17px;
	
}
.spread_area_01 .title {
    text-align: center;
    line-height: 35px;
    font-size: 18px;
    color: #333;
    position: relative;
    font-family: '黑体';
}
.title span {
    padding: 20px;
    z-index: 2;
    position: relative;
    /* background: #ebeae9; */
}
.baojia{
	margin-top: 20px;
}
.num {
    background: #FFFFFF;
	border: 4px solid #EEEEEE;
    background-position: center;
    background-size: 100% 100%;
    font-size: 20px;
    box-sizing: border-box;
	text-align: right;
}
#ysfree span {
    font-size: 20px;
	/* padding: 10px; */
}
.shj_sjfgz_anli_info p img{
	margin-top:20px;
	width:100%
}